Shades of Lilac #D09CC5
Tints of Lilac #D09CC5
RGB
CMYK
RGB Variations
Color information
#D09CC5 (or 0xD09CC5) is known color: Lilac. HEX triplet: D0, 9C and C5. RGB value is (208,156,197). Sum of RGB (Red+Green+Blue) = 208+156+197=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CC5 is #2F633A. Grayscale: #B0B0B0. Windows color (decimal): -3105595 or 12950736. OLE color: 12950736.
HSL color Cylindrical-coordinate representation of color #D09CC5: hue angle of 312.69º 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 #D09CC5 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 197 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.18 |
| HSL | 312.69º | 0.36% | 0.71% | - |
| HSV(B) | 312.69º | 0.25% | 0.82% | - |
| XYZ | 47.98 | 41.22 | 58.25 | - |
| YUV | 176.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 197 | 0 | 0.25 | 0.05 | 0.18 | 312.69 | 0.36 | 0.71 |
| Hex | D0 | 9C | C5 | 0 | 19 | 5 | 12 | 139 | 24 | 47 |
| Octal | 320 | 234 | 305 | 0 | 31 | 5 | 22 | 471 | 44 | 107 |
| Binary | 11010000 | 10011100 | 11000101 | 0 | 11001 | 101 | 10010 | 100111001 | 100100 | 1000111 |
Color Harmonies of #D09CC5
Complementary color
Monochromatic Colors of #D09CC5
Black with #D09CC5
Text Example
Text Example
White with #D09CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CC5; }
p { color: rgb(208,156,197); }
H1.HeaderClassName
{
color: #D09CC5;
}
.AnyTagClassName
{
color: #D09CC5;
}
</style>
background-color css
<style>
a { background-color: #D09CC5; }
a { background-color: rgb(208,156,197); }
div.DivClassName
{
background-color: #D09CC5;
}
.BgClassName
{
background-color: #D09CC5;
}
</style>
border-color css
<style>
span { border-color: #D09CC5; }
span { border-color: rgb(208,156,197); }
td.TdClassName
{
border-color: #D09CC5;
}
.TagClassName
{
border-color: #D09CC5;
}
</style>