Shades of Lilac #C08EC0
Tints of Lilac #C08EC0
RGB
CMYK
RGB Variations
Color information
#C08EC0 (or 0xC08EC0) is known color: Lilac. HEX triplet: C0, 8E and C0. RGB value is (192,142,192). Sum of RGB (Red+Green+Blue) = 192+142+192=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C08EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EC0 is #3F713F. Grayscale: #A2A2A2. Windows color (decimal): -4157760 or 12619456. OLE color: 12619456.
HSL color Cylindrical-coordinate representation of color #C08EC0: hue angle of 300º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08EC0 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 192 | - |
| CMYK | 0 | 0.26 | 0 | 0.25 |
| HSL | 300º | 0.28% | 0.65% | - |
| HSV(B) | 300º | 0.26% | 0.75% | - |
| XYZ | 40.93 | 34.36 | 54.34 | - |
| YUV | 162.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 192 | 0 | 0.26 | 0 | 0.25 | 300 | 0.28 | 0.65 |
| Hex | C0 | 8E | C0 | 0 | 1A | 0 | 19 | 12C | 1C | 41 |
| Octal | 300 | 216 | 300 | 0 | 32 | 0 | 31 | 454 | 34 | 101 |
| Binary | 11000000 | 10001110 | 11000000 | 0 | 11010 | 0 | 11001 | 100101100 | 11100 | 1000001 |
Color Harmonies of #C08EC0
Complementary color
Monochromatic Colors of #C08EC0
Black with #C08EC0
Text Example
Text Example
White with #C08EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EC0; }
p { color: rgb(192,142,192); }
H1.HeaderClassName
{
color: #C08EC0;
}
.AnyTagClassName
{
color: #C08EC0;
}
</style>
background-color css
<style>
a { background-color: #C08EC0; }
a { background-color: rgb(192,142,192); }
div.DivClassName
{
background-color: #C08EC0;
}
.BgClassName
{
background-color: #C08EC0;
}
</style>
border-color css
<style>
span { border-color: #C08EC0; }
span { border-color: rgb(192,142,192); }
td.TdClassName
{
border-color: #C08EC0;
}
.TagClassName
{
border-color: #C08EC0;
}
</style>