Shades of Lilac #C08ECB
Tints of Lilac #C08ECB
RGB
CMYK
RGB Variations
Color information
#C08ECB (or 0xC08ECB) is known color: Lilac. HEX triplet: C0, 8E and CB. RGB value is (192,142,203). Sum of RGB (Red+Green+Blue) = 192+142+203=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ECB is #3F7134. Grayscale: #A3A3A3. Windows color (decimal): -4157749 or 13340352. OLE color: 13340352.
HSL color Cylindrical-coordinate representation of color #C08ECB: hue angle of 289.18º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08ECB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 142 | 203 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.20 |
| HSL | 289.18º | 0.37% | 0.68% | - |
| HSV(B) | 289.18º | 0.3% | 0.8% | - |
| XYZ | 42.19 | 34.86 | 61.01 | - |
| YUV | 163.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 203 | 0.05 | 0.30 | 0 | 0.20 | 289.18 | 0.37 | 0.68 |
| Hex | C0 | 8E | CB | 5 | 1E | 0 | 14 | 121 | 25 | 44 |
| Octal | 300 | 216 | 313 | 5 | 36 | 0 | 24 | 441 | 45 | 104 |
| Binary | 11000000 | 10001110 | 11001011 | 101 | 11110 | 0 | 10100 | 100100001 | 100101 | 1000100 |
Color Harmonies of #C08ECB
Complementary color
Monochromatic Colors of #C08ECB
Black with #C08ECB
Text Example
Text Example
White with #C08ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ECB; }
p { color: rgb(192,142,203); }
H1.HeaderClassName
{
color: #C08ECB;
}
.AnyTagClassName
{
color: #C08ECB;
}
</style>
background-color css
<style>
a { background-color: #C08ECB; }
a { background-color: rgb(192,142,203); }
div.DivClassName
{
background-color: #C08ECB;
}
.BgClassName
{
background-color: #C08ECB;
}
</style>
border-color css
<style>
span { border-color: #C08ECB; }
span { border-color: rgb(192,142,203); }
td.TdClassName
{
border-color: #C08ECB;
}
.TagClassName
{
border-color: #C08ECB;
}
</style>