Shades of Lilac #C88EC1
Tints of Lilac #C88EC1
RGB
CMYK
RGB Variations
Color information
#C88EC1 (or 0xC88EC1) is known color: Lilac. HEX triplet: C8, 8E and C1. RGB value is (200,142,193). Sum of RGB (Red+Green+Blue) = 200+142+193=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C88EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EC1 is #37713E. Grayscale: #A5A5A5. Windows color (decimal): -3633471 or 12685000. OLE color: 12685000.
HSL color Cylindrical-coordinate representation of color #C88EC1: hue angle of 307.24º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88EC1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 193 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.22 |
| HSL | 307.24º | 0.35% | 0.67% | - |
| HSV(B) | 307.24º | 0.29% | 0.78% | - |
| XYZ | 43.12 | 35.48 | 55.03 | - |
| YUV | 165.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 193 | 0 | 0.29 | 0.04 | 0.22 | 307.24 | 0.35 | 0.67 |
| Hex | C8 | 8E | C1 | 0 | 1D | 4 | 16 | 133 | 23 | 43 |
| Octal | 310 | 216 | 301 | 0 | 35 | 4 | 26 | 463 | 43 | 103 |
| Binary | 11001000 | 10001110 | 11000001 | 0 | 11101 | 100 | 10110 | 100110011 | 100011 | 1000011 |
Color Harmonies of #C88EC1
Complementary color
Monochromatic Colors of #C88EC1
Black with #C88EC1
Text Example
Text Example
White with #C88EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88EC1; }
p { color: rgb(200,142,193); }
H1.HeaderClassName
{
color: #C88EC1;
}
.AnyTagClassName
{
color: #C88EC1;
}
</style>
background-color css
<style>
a { background-color: #C88EC1; }
a { background-color: rgb(200,142,193); }
div.DivClassName
{
background-color: #C88EC1;
}
.BgClassName
{
background-color: #C88EC1;
}
</style>
border-color css
<style>
span { border-color: #C88EC1; }
span { border-color: rgb(200,142,193); }
td.TdClassName
{
border-color: #C88EC1;
}
.TagClassName
{
border-color: #C88EC1;
}
</style>