Shades of Lilac #D09CCC
Tints of Lilac #D09CCC
RGB
CMYK
RGB Variations
Color information
#D09CCC (or 0xD09CCC) is known color: Lilac. HEX triplet: D0, 9C and CC. RGB value is (208,156,204). Sum of RGB (Red+Green+Blue) = 208+156+204=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CCC is #2F6333. Grayscale: #B0B0B0. Windows color (decimal): -3105588 or 13409488. OLE color: 13409488.
HSL color Cylindrical-coordinate representation of color #D09CCC: hue angle of 304.62º 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 #D09CCC is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 204 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.18 |
| HSL | 304.62º | 0.36% | 0.71% | - |
| HSV(B) | 304.62º | 0.25% | 0.82% | - |
| XYZ | 48.8 | 41.55 | 62.57 | - |
| YUV | 177.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 204 | 0 | 0.25 | 0.02 | 0.18 | 304.62 | 0.36 | 0.71 |
| Hex | D0 | 9C | CC | 0 | 19 | 2 | 12 | 131 | 24 | 47 |
| Octal | 320 | 234 | 314 | 0 | 31 | 2 | 22 | 461 | 44 | 107 |
| Binary | 11010000 | 10011100 | 11001100 | 0 | 11001 | 10 | 10010 | 100110001 | 100100 | 1000111 |
Color Harmonies of #D09CCC
Complementary color
Monochromatic Colors of #D09CCC
Black with #D09CCC
Text Example
Text Example
White with #D09CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CCC; }
p { color: rgb(208,156,204); }
H1.HeaderClassName
{
color: #D09CCC;
}
.AnyTagClassName
{
color: #D09CCC;
}
</style>
background-color css
<style>
a { background-color: #D09CCC; }
a { background-color: rgb(208,156,204); }
div.DivClassName
{
background-color: #D09CCC;
}
.BgClassName
{
background-color: #D09CCC;
}
</style>
border-color css
<style>
span { border-color: #D09CCC; }
span { border-color: rgb(208,156,204); }
td.TdClassName
{
border-color: #D09CCC;
}
.TagClassName
{
border-color: #D09CCC;
}
</style>