Shades of Lilac #C09DC9
Tints of Lilac #C09DC9
RGB
CMYK
RGB Variations
Color information
#C09DC9 (or 0xC09DC9) is known color: Lilac. HEX triplet: C0, 9D and C9. RGB value is (192,157,201). Sum of RGB (Red+Green+Blue) = 192+157+201=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 201 - color contains mainly: blue. Hex color #C09DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DC9 is #3F6236. Grayscale: #ACACAC. Windows color (decimal): -4153911 or 13213120. OLE color: 13213120.
HSL color Cylindrical-coordinate representation of color #C09DC9: hue angle of 287.73º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C09DC9 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 157 | 201 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.21 |
| HSL | 287.73º | 0.29% | 0.7% | - |
| HSV(B) | 287.73º | 0.22% | 0.79% | - |
| XYZ | 44.34 | 39.54 | 60.55 | - |
| YUV | 172.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 201 | 0.04 | 0.22 | 0 | 0.21 | 287.73 | 0.29 | 0.7 |
| Hex | C0 | 9D | C9 | 4 | 16 | 0 | 15 | 120 | 1D | 46 |
| Octal | 300 | 235 | 311 | 4 | 26 | 0 | 25 | 440 | 35 | 106 |
| Binary | 11000000 | 10011101 | 11001001 | 100 | 10110 | 0 | 10101 | 100100000 | 11101 | 1000110 |
Color Harmonies of #C09DC9
Complementary color
Monochromatic Colors of #C09DC9
Black with #C09DC9
Text Example
Text Example
White with #C09DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DC9; }
p { color: rgb(192,157,201); }
H1.HeaderClassName
{
color: #C09DC9;
}
.AnyTagClassName
{
color: #C09DC9;
}
</style>
background-color css
<style>
a { background-color: #C09DC9; }
a { background-color: rgb(192,157,201); }
div.DivClassName
{
background-color: #C09DC9;
}
.BgClassName
{
background-color: #C09DC9;
}
</style>
border-color css
<style>
span { border-color: #C09DC9; }
span { border-color: rgb(192,157,201); }
td.TdClassName
{
border-color: #C09DC9;
}
.TagClassName
{
border-color: #C09DC9;
}
</style>