Shades of Lilac #C888BD
Tints of Lilac #C888BD
RGB
CMYK
RGB Variations
Color information
#C888BD (or 0xC888BD) is known color: Lilac. HEX triplet: C8, 88 and BD. RGB value is (200,136,189). Sum of RGB (Red+Green+Blue) = 200+136+189=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C888BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888BD is #377742. Grayscale: #A1A1A1. Windows color (decimal): -3635011 or 12421320. OLE color: 12421320.
HSL color Cylindrical-coordinate representation of color #C888BD: hue angle of 310.31º 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 #C888BD is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 189 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.22 |
| HSL | 310.31º | 0.37% | 0.66% | - |
| HSV(B) | 310.31º | 0.32% | 0.78% | - |
| XYZ | 41.81 | 33.56 | 52.42 | - |
| YUV | 161.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 189 | 0 | 0.32 | 0.06 | 0.22 | 310.31 | 0.37 | 0.66 |
| Hex | C8 | 88 | BD | 0 | 20 | 6 | 16 | 136 | 25 | 42 |
| Octal | 310 | 210 | 275 | 0 | 40 | 6 | 26 | 466 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10111101 | 0 | 100000 | 110 | 10110 | 100110110 | 100101 | 1000010 |
Color Harmonies of #C888BD
Complementary color
Monochromatic Colors of #C888BD
Black with #C888BD
Text Example
Text Example
White with #C888BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888BD; }
p { color: rgb(200,136,189); }
H1.HeaderClassName
{
color: #C888BD;
}
.AnyTagClassName
{
color: #C888BD;
}
</style>
background-color css
<style>
a { background-color: #C888BD; }
a { background-color: rgb(200,136,189); }
div.DivClassName
{
background-color: #C888BD;
}
.BgClassName
{
background-color: #C888BD;
}
</style>
border-color css
<style>
span { border-color: #C888BD; }
span { border-color: rgb(200,136,189); }
td.TdClassName
{
border-color: #C888BD;
}
.TagClassName
{
border-color: #C888BD;
}
</style>