Shades of Lilac #C88ECE
Tints of Lilac #C88ECE
RGB
CMYK
RGB Variations
Color information
#C88ECE (or 0xC88ECE) is known color: Lilac. HEX triplet: C8, 8E and CE. RGB value is (200,142,206). Sum of RGB (Red+Green+Blue) = 200+142+206=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C88ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ECE is #377131. Grayscale: #A6A6A6. Windows color (decimal): -3633458 or 13536968. OLE color: 13536968.
HSL color Cylindrical-coordinate representation of color #C88ECE: hue angle of 294.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88ECE is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 142 | 206 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.19 |
| HSL | 294.38º | 0.4% | 0.68% | - |
| HSV(B) | 294.38º | 0.31% | 0.81% | - |
| XYZ | 44.63 | 36.08 | 63 | - |
| YUV | 166.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 206 | 0.03 | 0.31 | 0 | 0.19 | 294.38 | 0.4 | 0.68 |
| Hex | C8 | 8E | CE | 3 | 1F | 0 | 13 | 126 | 28 | 44 |
| Octal | 310 | 216 | 316 | 3 | 37 | 0 | 23 | 446 | 50 | 104 |
| Binary | 11001000 | 10001110 | 11001110 | 11 | 11111 | 0 | 10011 | 100100110 | 101000 | 1000100 |
Color Harmonies of #C88ECE
Complementary color
Monochromatic Colors of #C88ECE
Black with #C88ECE
Text Example
Text Example
White with #C88ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88ECE; }
p { color: rgb(200,142,206); }
H1.HeaderClassName
{
color: #C88ECE;
}
.AnyTagClassName
{
color: #C88ECE;
}
</style>
background-color css
<style>
a { background-color: #C88ECE; }
a { background-color: rgb(200,142,206); }
div.DivClassName
{
background-color: #C88ECE;
}
.BgClassName
{
background-color: #C88ECE;
}
</style>
border-color css
<style>
span { border-color: #C88ECE; }
span { border-color: rgb(200,142,206); }
td.TdClassName
{
border-color: #C88ECE;
}
.TagClassName
{
border-color: #C88ECE;
}
</style>