Shades of Lilac #C09CC2
Tints of Lilac #C09CC2
RGB
CMYK
RGB Variations
Color information
#C09CC2 (or 0xC09CC2) is known color: Lilac. HEX triplet: C0, 9C and C2. RGB value is (192,156,194). Sum of RGB (Red+Green+Blue) = 192+156+194=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #C09CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CC2 is #3F633D. Grayscale: #AAAAAA. Windows color (decimal): -4154174 or 12754112. OLE color: 12754112.
HSL color Cylindrical-coordinate representation of color #C09CC2: hue angle of 296.84º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09CC2 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 156 | 194 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.24 |
| HSL | 296.84º | 0.24% | 0.69% | - |
| HSV(B) | 296.84º | 0.2% | 0.76% | - |
| XYZ | 43.36 | 38.88 | 56.26 | - |
| YUV | 171.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 194 | 0.01 | 0.20 | 0 | 0.24 | 296.84 | 0.24 | 0.69 |
| Hex | C0 | 9C | C2 | 1 | 14 | 0 | 18 | 129 | 18 | 45 |
| Octal | 300 | 234 | 302 | 1 | 24 | 0 | 30 | 451 | 30 | 105 |
| Binary | 11000000 | 10011100 | 11000010 | 1 | 10100 | 0 | 11000 | 100101001 | 11000 | 1000101 |
Color Harmonies of #C09CC2
Complementary color
Monochromatic Colors of #C09CC2
Black with #C09CC2
Text Example
Text Example
White with #C09CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CC2; }
p { color: rgb(192,156,194); }
H1.HeaderClassName
{
color: #C09CC2;
}
.AnyTagClassName
{
color: #C09CC2;
}
</style>
background-color css
<style>
a { background-color: #C09CC2; }
a { background-color: rgb(192,156,194); }
div.DivClassName
{
background-color: #C09CC2;
}
.BgClassName
{
background-color: #C09CC2;
}
</style>
border-color css
<style>
span { border-color: #C09CC2; }
span { border-color: rgb(192,156,194); }
td.TdClassName
{
border-color: #C09CC2;
}
.TagClassName
{
border-color: #C09CC2;
}
</style>