Shades of Lilac #D09CCF
Tints of Lilac #D09CCF
RGB
CMYK
RGB Variations
Color information
#D09CCF (or 0xD09CCF) is known color: Lilac. HEX triplet: D0, 9C and CF. RGB value is (208,156,207). Sum of RGB (Red+Green+Blue) = 208+156+207=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CCF is #2F6330. Grayscale: #B1B1B1. Windows color (decimal): -3105585 or 13606096. OLE color: 13606096.
HSL color Cylindrical-coordinate representation of color #D09CCF: hue angle of 301.15º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CCF is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 207 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.18 |
| HSL | 301.15º | 0.36% | 0.71% | - |
| HSV(B) | 301.15º | 0.25% | 0.82% | - |
| XYZ | 49.16 | 41.69 | 64.49 | - |
| YUV | 177.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 207 | 0 | 0.25 | 0.00 | 0.18 | 301.15 | 0.36 | 0.71 |
| Hex | D0 | 9C | CF | 0 | 19 | 0 | 12 | 12D | 24 | 47 |
| Octal | 320 | 234 | 317 | 0 | 31 | 0 | 22 | 455 | 44 | 107 |
| Binary | 11010000 | 10011100 | 11001111 | 0 | 11001 | 0 | 10010 | 100101101 | 100100 | 1000111 |
Color Harmonies of #D09CCF
Complementary color
Monochromatic Colors of #D09CCF
Black with #D09CCF
Text Example
Text Example
White with #D09CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CCF; }
p { color: rgb(208,156,207); }
H1.HeaderClassName
{
color: #D09CCF;
}
.AnyTagClassName
{
color: #D09CCF;
}
</style>
background-color css
<style>
a { background-color: #D09CCF; }
a { background-color: rgb(208,156,207); }
div.DivClassName
{
background-color: #D09CCF;
}
.BgClassName
{
background-color: #D09CCF;
}
</style>
border-color css
<style>
span { border-color: #D09CCF; }
span { border-color: rgb(208,156,207); }
td.TdClassName
{
border-color: #D09CCF;
}
.TagClassName
{
border-color: #D09CCF;
}
</style>