Shades of Lilac #C888C5
Tints of Lilac #C888C5
RGB
CMYK
RGB Variations
Color information
#C888C5 (or 0xC888C5) is known color: Lilac. HEX triplet: C8, 88 and C5. RGB value is (200,136,197). Sum of RGB (Red+Green+Blue) = 200+136+197=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C888C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888C5 is #37773A. Grayscale: #A1A1A1. Windows color (decimal): -3635003 or 12945608. OLE color: 12945608.
HSL color Cylindrical-coordinate representation of color #C888C5: hue angle of 302.81º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C888C5 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 197 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.22 |
| HSL | 302.81º | 0.37% | 0.66% | - |
| HSV(B) | 302.81º | 0.32% | 0.78% | - |
| XYZ | 42.7 | 33.92 | 57.12 | - |
| YUV | 162.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 197 | 0 | 0.32 | 0.02 | 0.22 | 302.81 | 0.37 | 0.66 |
| Hex | C8 | 88 | C5 | 0 | 20 | 2 | 16 | 12F | 25 | 42 |
| Octal | 310 | 210 | 305 | 0 | 40 | 2 | 26 | 457 | 45 | 102 |
| Binary | 11001000 | 10001000 | 11000101 | 0 | 100000 | 10 | 10110 | 100101111 | 100101 | 1000010 |
Color Harmonies of #C888C5
Complementary color
Monochromatic Colors of #C888C5
Black with #C888C5
Text Example
Text Example
White with #C888C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888C5; }
p { color: rgb(200,136,197); }
H1.HeaderClassName
{
color: #C888C5;
}
.AnyTagClassName
{
color: #C888C5;
}
</style>
background-color css
<style>
a { background-color: #C888C5; }
a { background-color: rgb(200,136,197); }
div.DivClassName
{
background-color: #C888C5;
}
.BgClassName
{
background-color: #C888C5;
}
</style>
border-color css
<style>
span { border-color: #C888C5; }
span { border-color: rgb(200,136,197); }
td.TdClassName
{
border-color: #C888C5;
}
.TagClassName
{
border-color: #C888C5;
}
</style>