Shades of Lilac #C888CF
Tints of Lilac #C888CF
RGB
CMYK
RGB Variations
Color information
#C888CF (or 0xC888CF) is known color: Lilac. HEX triplet: C8, 88 and CF. RGB value is (200,136,207). Sum of RGB (Red+Green+Blue) = 200+136+207=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #C888CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888CF is #377730. Grayscale: #A3A3A3. Windows color (decimal): -3634993 or 13600968. OLE color: 13600968.
HSL color Cylindrical-coordinate representation of color #C888CF: hue angle of 294.08º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C888CF is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 136 | 207 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.19 |
| HSL | 294.08º | 0.43% | 0.67% | - |
| HSV(B) | 294.08º | 0.34% | 0.81% | - |
| XYZ | 43.89 | 34.39 | 63.36 | - |
| YUV | 163.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 207 | 0.03 | 0.34 | 0 | 0.19 | 294.08 | 0.43 | 0.67 |
| Hex | C8 | 88 | CF | 3 | 22 | 0 | 13 | 126 | 2B | 43 |
| Octal | 310 | 210 | 317 | 3 | 42 | 0 | 23 | 446 | 53 | 103 |
| Binary | 11001000 | 10001000 | 11001111 | 11 | 100010 | 0 | 10011 | 100100110 | 101011 | 1000011 |
Color Harmonies of #C888CF
Complementary color
Monochromatic Colors of #C888CF
Black with #C888CF
Text Example
Text Example
White with #C888CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888CF; }
p { color: rgb(200,136,207); }
H1.HeaderClassName
{
color: #C888CF;
}
.AnyTagClassName
{
color: #C888CF;
}
</style>
background-color css
<style>
a { background-color: #C888CF; }
a { background-color: rgb(200,136,207); }
div.DivClassName
{
background-color: #C888CF;
}
.BgClassName
{
background-color: #C888CF;
}
</style>
border-color css
<style>
span { border-color: #C888CF; }
span { border-color: rgb(200,136,207); }
td.TdClassName
{
border-color: #C888CF;
}
.TagClassName
{
border-color: #C888CF;
}
</style>