Shades of Lilac #C88EC4
Tints of Lilac #C88EC4
RGB
CMYK
RGB Variations
Color information
#C88EC4 (or 0xC88EC4) is known color: Lilac. HEX triplet: C8, 8E and C4. RGB value is (200,142,196). Sum of RGB (Red+Green+Blue) = 200+142+196=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C88EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EC4 is #37713B. Grayscale: #A5A5A5. Windows color (decimal): -3633468 or 12881608. OLE color: 12881608.
HSL color Cylindrical-coordinate representation of color #C88EC4: hue angle of 304.14º 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 #C88EC4 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 196 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.22 |
| HSL | 304.14º | 0.35% | 0.67% | - |
| HSV(B) | 304.14º | 0.29% | 0.78% | - |
| XYZ | 43.46 | 35.61 | 56.81 | - |
| YUV | 165.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 196 | 0 | 0.29 | 0.02 | 0.22 | 304.14 | 0.35 | 0.67 |
| Hex | C8 | 8E | C4 | 0 | 1D | 2 | 16 | 130 | 23 | 43 |
| Octal | 310 | 216 | 304 | 0 | 35 | 2 | 26 | 460 | 43 | 103 |
| Binary | 11001000 | 10001110 | 11000100 | 0 | 11101 | 10 | 10110 | 100110000 | 100011 | 1000011 |
Color Harmonies of #C88EC4
Complementary color
Monochromatic Colors of #C88EC4
Black with #C88EC4
Text Example
Text Example
White with #C88EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88EC4; }
p { color: rgb(200,142,196); }
H1.HeaderClassName
{
color: #C88EC4;
}
.AnyTagClassName
{
color: #C88EC4;
}
</style>
background-color css
<style>
a { background-color: #C88EC4; }
a { background-color: rgb(200,142,196); }
div.DivClassName
{
background-color: #C88EC4;
}
.BgClassName
{
background-color: #C88EC4;
}
</style>
border-color css
<style>
span { border-color: #C88EC4; }
span { border-color: rgb(200,142,196); }
td.TdClassName
{
border-color: #C88EC4;
}
.TagClassName
{
border-color: #C88EC4;
}
</style>