Shades of Lilac #C09CC9
Tints of Lilac #C09CC9
RGB
CMYK
RGB Variations
Color information
#C09CC9 (or 0xC09CC9) is known color: Lilac. HEX triplet: C0, 9C and C9. RGB value is (192,156,201). Sum of RGB (Red+Green+Blue) = 192+156+201=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #C09CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CC9 is #3F6336. Grayscale: #ABABAB. Windows color (decimal): -4154167 or 13212864. OLE color: 13212864.
HSL color Cylindrical-coordinate representation of color #C09CC9: hue angle of 288º 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 #C09CC9 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 156 | 201 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.21 |
| HSL | 288º | 0.29% | 0.7% | - |
| HSV(B) | 288º | 0.22% | 0.79% | - |
| XYZ | 44.17 | 39.2 | 60.5 | - |
| YUV | 171.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 201 | 0.04 | 0.22 | 0 | 0.21 | 288 | 0.29 | 0.7 |
| Hex | C0 | 9C | C9 | 4 | 16 | 0 | 15 | 120 | 1D | 46 |
| Octal | 300 | 234 | 311 | 4 | 26 | 0 | 25 | 440 | 35 | 106 |
| Binary | 11000000 | 10011100 | 11001001 | 100 | 10110 | 0 | 10101 | 100100000 | 11101 | 1000110 |
Color Harmonies of #C09CC9
Complementary color
Monochromatic Colors of #C09CC9
Black with #C09CC9
Text Example
Text Example
White with #C09CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CC9; }
p { color: rgb(192,156,201); }
H1.HeaderClassName
{
color: #C09CC9;
}
.AnyTagClassName
{
color: #C09CC9;
}
</style>
background-color css
<style>
a { background-color: #C09CC9; }
a { background-color: rgb(192,156,201); }
div.DivClassName
{
background-color: #C09CC9;
}
.BgClassName
{
background-color: #C09CC9;
}
</style>
border-color css
<style>
span { border-color: #C09CC9; }
span { border-color: rgb(192,156,201); }
td.TdClassName
{
border-color: #C09CC9;
}
.TagClassName
{
border-color: #C09CC9;
}
</style>