Shades of Lilac #D68DCB
Tints of Lilac #D68DCB
RGB
CMYK
RGB Variations
Color information
#D68DCB (or 0xD68DCB) is known color: Lilac. HEX triplet: D6, 8D and CB. RGB value is (214,141,203). Sum of RGB (Red+Green+Blue) = 214+141+203=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DCB is #297234. Grayscale: #A9A9A9. Windows color (decimal): -2716213 or 13340118. OLE color: 13340118.
HSL color Cylindrical-coordinate representation of color #D68DCB: hue angle of 309.04º 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 #D68DCB is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 203 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.16 |
| HSL | 309.04º | 0.47% | 0.7% | - |
| HSV(B) | 309.04º | 0.34% | 0.84% | - |
| XYZ | 48.04 | 37.66 | 61.24 | - |
| YUV | 169.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 203 | 0 | 0.34 | 0.05 | 0.16 | 309.04 | 0.47 | 0.7 |
| Hex | D6 | 8D | CB | 0 | 22 | 5 | 10 | 135 | 2F | 46 |
| Octal | 326 | 215 | 313 | 0 | 42 | 5 | 20 | 465 | 57 | 106 |
| Binary | 11010110 | 10001101 | 11001011 | 0 | 100010 | 101 | 10000 | 100110101 | 101111 | 1000110 |
Color Harmonies of #D68DCB
Complementary color
Monochromatic Colors of #D68DCB
Black with #D68DCB
Text Example
Text Example
White with #D68DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DCB; }
p { color: rgb(214,141,203); }
H1.HeaderClassName
{
color: #D68DCB;
}
.AnyTagClassName
{
color: #D68DCB;
}
</style>
background-color css
<style>
a { background-color: #D68DCB; }
a { background-color: rgb(214,141,203); }
div.DivClassName
{
background-color: #D68DCB;
}
.BgClassName
{
background-color: #D68DCB;
}
</style>
border-color css
<style>
span { border-color: #D68DCB; }
span { border-color: rgb(214,141,203); }
td.TdClassName
{
border-color: #D68DCB;
}
.TagClassName
{
border-color: #D68DCB;
}
</style>