Shades of Lilac #C888C1
Tints of Lilac #C888C1
RGB
CMYK
RGB Variations
Color information
#C888C1 (or 0xC888C1) is known color: Lilac. HEX triplet: C8, 88 and C1. RGB value is (200,136,193). Sum of RGB (Red+Green+Blue) = 200+136+193=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C888C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888C1 is #37773E. Grayscale: #A1A1A1. Windows color (decimal): -3635007 or 12683464. OLE color: 12683464.
HSL color Cylindrical-coordinate representation of color #C888C1: hue angle of 306.56º 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 #C888C1 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 193 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.22 |
| HSL | 306.56º | 0.37% | 0.66% | - |
| HSV(B) | 306.56º | 0.32% | 0.78% | - |
| XYZ | 42.25 | 33.74 | 54.74 | - |
| YUV | 161.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 193 | 0 | 0.32 | 0.04 | 0.22 | 306.56 | 0.37 | 0.66 |
| Hex | C8 | 88 | C1 | 0 | 20 | 4 | 16 | 133 | 25 | 42 |
| Octal | 310 | 210 | 301 | 0 | 40 | 4 | 26 | 463 | 45 | 102 |
| Binary | 11001000 | 10001000 | 11000001 | 0 | 100000 | 100 | 10110 | 100110011 | 100101 | 1000010 |
Color Harmonies of #C888C1
Complementary color
Monochromatic Colors of #C888C1
Black with #C888C1
Text Example
Text Example
White with #C888C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888C1; }
p { color: rgb(200,136,193); }
H1.HeaderClassName
{
color: #C888C1;
}
.AnyTagClassName
{
color: #C888C1;
}
</style>
background-color css
<style>
a { background-color: #C888C1; }
a { background-color: rgb(200,136,193); }
div.DivClassName
{
background-color: #C888C1;
}
.BgClassName
{
background-color: #C888C1;
}
</style>
border-color css
<style>
span { border-color: #C888C1; }
span { border-color: rgb(200,136,193); }
td.TdClassName
{
border-color: #C888C1;
}
.TagClassName
{
border-color: #C888C1;
}
</style>