Shades of Lilac #C08ECA
Tints of Lilac #C08ECA
RGB
CMYK
RGB Variations
Color information
#C08ECA (or 0xC08ECA) is known color: Lilac. HEX triplet: C0, 8E and CA. RGB value is (192,142,202). Sum of RGB (Red+Green+Blue) = 192+142+202=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #C08ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ECA is #3F7135. Grayscale: #A3A3A3. Windows color (decimal): -4157750 or 13274816. OLE color: 13274816.
HSL color Cylindrical-coordinate representation of color #C08ECA: hue angle of 290º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08ECA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 142 | 202 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.21 |
| HSL | 290º | 0.36% | 0.67% | - |
| HSV(B) | 290º | 0.3% | 0.79% | - |
| XYZ | 42.07 | 34.82 | 60.38 | - |
| YUV | 163.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 202 | 0.05 | 0.30 | 0 | 0.21 | 290 | 0.36 | 0.67 |
| Hex | C0 | 8E | CA | 5 | 1E | 0 | 15 | 122 | 24 | 43 |
| Octal | 300 | 216 | 312 | 5 | 36 | 0 | 25 | 442 | 44 | 103 |
| Binary | 11000000 | 10001110 | 11001010 | 101 | 11110 | 0 | 10101 | 100100010 | 100100 | 1000011 |
Color Harmonies of #C08ECA
Complementary color
Monochromatic Colors of #C08ECA
Black with #C08ECA
Text Example
Text Example
White with #C08ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ECA; }
p { color: rgb(192,142,202); }
H1.HeaderClassName
{
color: #C08ECA;
}
.AnyTagClassName
{
color: #C08ECA;
}
</style>
background-color css
<style>
a { background-color: #C08ECA; }
a { background-color: rgb(192,142,202); }
div.DivClassName
{
background-color: #C08ECA;
}
.BgClassName
{
background-color: #C08ECA;
}
</style>
border-color css
<style>
span { border-color: #C08ECA; }
span { border-color: rgb(192,142,202); }
td.TdClassName
{
border-color: #C08ECA;
}
.TagClassName
{
border-color: #C08ECA;
}
</style>