Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Lavender | D990E4 | #D990E4 | 217, 144, 228 | 85.1, 56.47, 89.41 | 4.82, 36.84, 0, 10.59 | 292.14285714286, 36.842105263158, 89.411764705882 |
Color #d990e4 is Lavender. In RGB: 85.1, 56.47, 89.41. In CMYK: 4.82, 36.84, 0, 10.59.
div { background: #d990e4; color: #000; }
div { background: #d990e4; color: #fff; }
div { background: linear-gradient(to bottom, #BD76C8 0%, #F6ABFF 100%); color: #000; }
div { background: linear-gradient(to bottom, #F6ABFF 0%, #BD76C8 100%); color: #000; }
div { background: linear-gradient(to bottom, #BD76C8 0%, #F6ABFF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #F6ABFF 0%, #BD76C8 100%); color: #fff; }
div { border: 1px solid #d990e4; }
div { border: 5px solid #d990e4; }
div { border: 1px dashed #d990e4; }
div { border: 5px dashed #d990e4; }
div { border: 1px dotted #d990e4; }
div { border: 5px dotted #d990e4; }