Shades of Lilac #C09ECA
Tints of Lilac #C09ECA
RGB
CMYK
RGB Variations
Color information
#C09ECA (or 0xC09ECA) is known color: Lilac. HEX triplet: C0, 9E and CA. RGB value is (192,158,202). Sum of RGB (Red+Green+Blue) = 192+158+202=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #C09ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ECA is #3F6135. Grayscale: #ADADAD. Windows color (decimal): -4153654 or 13278912. OLE color: 13278912.
HSL color Cylindrical-coordinate representation of color #C09ECA: hue angle of 286.36º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C09ECA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 158 | 202 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.21 |
| HSL | 286.36º | 0.29% | 0.71% | - |
| HSV(B) | 286.36º | 0.22% | 0.79% | - |
| XYZ | 44.63 | 39.92 | 61.23 | - |
| YUV | 173.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 202 | 0.05 | 0.22 | 0 | 0.21 | 286.36 | 0.29 | 0.71 |
| Hex | C0 | 9E | CA | 5 | 16 | 0 | 15 | 11E | 1D | 47 |
| Octal | 300 | 236 | 312 | 5 | 26 | 0 | 25 | 436 | 35 | 107 |
| Binary | 11000000 | 10011110 | 11001010 | 101 | 10110 | 0 | 10101 | 100011110 | 11101 | 1000111 |
Color Harmonies of #C09ECA
Complementary color
Monochromatic Colors of #C09ECA
Black with #C09ECA
Text Example
Text Example
White with #C09ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ECA; }
p { color: rgb(192,158,202); }
H1.HeaderClassName
{
color: #C09ECA;
}
.AnyTagClassName
{
color: #C09ECA;
}
</style>
background-color css
<style>
a { background-color: #C09ECA; }
a { background-color: rgb(192,158,202); }
div.DivClassName
{
background-color: #C09ECA;
}
.BgClassName
{
background-color: #C09ECA;
}
</style>
border-color css
<style>
span { border-color: #C09ECA; }
span { border-color: rgb(192,158,202); }
td.TdClassName
{
border-color: #C09ECA;
}
.TagClassName
{
border-color: #C09ECA;
}
</style>