Shades of Lilac #D68ECB
Tints of Lilac #D68ECB
RGB
CMYK
RGB Variations
Color information
#D68ECB (or 0xD68ECB) is known color: Lilac. HEX triplet: D6, 8E and CB. RGB value is (214,142,203). Sum of RGB (Red+Green+Blue) = 214+142+203=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ECB is #297134. Grayscale: #AAAAAA. Windows color (decimal): -2715957 or 13340374. OLE color: 13340374.
HSL color Cylindrical-coordinate representation of color #D68ECB: hue angle of 309.17º 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 #D68ECB is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 203 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.16 |
| HSL | 309.17º | 0.47% | 0.7% | - |
| HSV(B) | 309.17º | 0.34% | 0.84% | - |
| XYZ | 48.18 | 37.95 | 61.29 | - |
| YUV | 170.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 203 | 0 | 0.34 | 0.05 | 0.16 | 309.17 | 0.47 | 0.7 |
| Hex | D6 | 8E | CB | 0 | 22 | 5 | 10 | 135 | 2F | 46 |
| Octal | 326 | 216 | 313 | 0 | 42 | 5 | 20 | 465 | 57 | 106 |
| Binary | 11010110 | 10001110 | 11001011 | 0 | 100010 | 101 | 10000 | 100110101 | 101111 | 1000110 |
Color Harmonies of #D68ECB
Complementary color
Monochromatic Colors of #D68ECB
Black with #D68ECB
Text Example
Text Example
White with #D68ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68ECB; }
p { color: rgb(214,142,203); }
H1.HeaderClassName
{
color: #D68ECB;
}
.AnyTagClassName
{
color: #D68ECB;
}
</style>
background-color css
<style>
a { background-color: #D68ECB; }
a { background-color: rgb(214,142,203); }
div.DivClassName
{
background-color: #D68ECB;
}
.BgClassName
{
background-color: #D68ECB;
}
</style>
border-color css
<style>
span { border-color: #D68ECB; }
span { border-color: rgb(214,142,203); }
td.TdClassName
{
border-color: #D68ECB;
}
.TagClassName
{
border-color: #D68ECB;
}
</style>