Shades of Lilac #C888CC
Tints of Lilac #C888CC
RGB
CMYK
RGB Variations
Color information
#C888CC (or 0xC888CC) is known color: Lilac. HEX triplet: C8, 88 and CC. RGB value is (200,136,204). Sum of RGB (Red+Green+Blue) = 200+136+204=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #C888CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888CC is #377733. Grayscale: #A2A2A2. Windows color (decimal): -3634996 or 13404360. OLE color: 13404360.
HSL color Cylindrical-coordinate representation of color #C888CC: hue angle of 296.47º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C888CC is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 136 | 204 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.2 |
| HSL | 296.47º | 0.4% | 0.67% | - |
| HSV(B) | 296.47º | 0.33% | 0.8% | - |
| XYZ | 43.52 | 34.25 | 61.44 | - |
| YUV | 162.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 204 | 0.02 | 0.33 | 0 | 0.2 | 296.47 | 0.4 | 0.67 |
| Hex | C8 | 88 | CC | 2 | 21 | 0 | 14 | 128 | 28 | 43 |
| Octal | 310 | 210 | 314 | 2 | 41 | 0 | 24 | 450 | 50 | 103 |
| Binary | 11001000 | 10001000 | 11001100 | 10 | 100001 | 0 | 10100 | 100101000 | 101000 | 1000011 |
Color Harmonies of #C888CC
Complementary color
Monochromatic Colors of #C888CC
Black with #C888CC
Text Example
Text Example
White with #C888CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888CC; }
p { color: rgb(200,136,204); }
H1.HeaderClassName
{
color: #C888CC;
}
.AnyTagClassName
{
color: #C888CC;
}
</style>
background-color css
<style>
a { background-color: #C888CC; }
a { background-color: rgb(200,136,204); }
div.DivClassName
{
background-color: #C888CC;
}
.BgClassName
{
background-color: #C888CC;
}
</style>
border-color css
<style>
span { border-color: #C888CC; }
span { border-color: rgb(200,136,204); }
td.TdClassName
{
border-color: #C888CC;
}
.TagClassName
{
border-color: #C888CC;
}
</style>