Shades of Lilac #D68ECA
Tints of Lilac #D68ECA
RGB
CMYK
RGB Variations
Color information
#D68ECA (or 0xD68ECA) is known color: Lilac. HEX triplet: D6, 8E and CA. RGB value is (214,142,202). Sum of RGB (Red+Green+Blue) = 214+142+202=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ECA is #297135. Grayscale: #AAAAAA. Windows color (decimal): -2715958 or 13274838. OLE color: 13274838.
HSL color Cylindrical-coordinate representation of color #D68ECA: hue angle of 310º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68ECA is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 202 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.16 |
| HSL | 310º | 0.47% | 0.7% | - |
| HSV(B) | 310º | 0.34% | 0.84% | - |
| XYZ | 48.07 | 37.91 | 60.66 | - |
| YUV | 170.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 202 | 0 | 0.34 | 0.06 | 0.16 | 310 | 0.47 | 0.7 |
| Hex | D6 | 8E | CA | 0 | 22 | 6 | 10 | 136 | 2F | 46 |
| Octal | 326 | 216 | 312 | 0 | 42 | 6 | 20 | 466 | 57 | 106 |
| Binary | 11010110 | 10001110 | 11001010 | 0 | 100010 | 110 | 10000 | 100110110 | 101111 | 1000110 |
Color Harmonies of #D68ECA
Complementary color
Monochromatic Colors of #D68ECA
Black with #D68ECA
Text Example
Text Example
White with #D68ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68ECA; }
p { color: rgb(214,142,202); }
H1.HeaderClassName
{
color: #D68ECA;
}
.AnyTagClassName
{
color: #D68ECA;
}
</style>
background-color css
<style>
a { background-color: #D68ECA; }
a { background-color: rgb(214,142,202); }
div.DivClassName
{
background-color: #D68ECA;
}
.BgClassName
{
background-color: #D68ECA;
}
</style>
border-color css
<style>
span { border-color: #D68ECA; }
span { border-color: rgb(214,142,202); }
td.TdClassName
{
border-color: #D68ECA;
}
.TagClassName
{
border-color: #D68ECA;
}
</style>