Shades of Lilac #CC88C2
Tints of Lilac #CC88C2
RGB
CMYK
RGB Variations
Color information
#CC88C2 (or 0xCC88C2) is known color: Lilac. HEX triplet: CC, 88 and C2. RGB value is (204,136,194). Sum of RGB (Red+Green+Blue) = 204+136+194=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88C2 is #33773D. Grayscale: #A2A2A2. Windows color (decimal): -3372862 or 12749004. OLE color: 12749004.
HSL color Cylindrical-coordinate representation of color #CC88C2: hue angle of 308.82º 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 #CC88C2 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 194 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.2 |
| HSL | 308.82º | 0.4% | 0.67% | - |
| HSV(B) | 308.82º | 0.33% | 0.8% | - |
| XYZ | 43.44 | 34.34 | 55.38 | - |
| YUV | 162.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 194 | 0 | 0.33 | 0.05 | 0.2 | 308.82 | 0.4 | 0.67 |
| Hex | CC | 88 | C2 | 0 | 21 | 5 | 14 | 135 | 28 | 43 |
| Octal | 314 | 210 | 302 | 0 | 41 | 5 | 24 | 465 | 50 | 103 |
| Binary | 11001100 | 10001000 | 11000010 | 0 | 100001 | 101 | 10100 | 100110101 | 101000 | 1000011 |
Color Harmonies of #CC88C2
Complementary color
Monochromatic Colors of #CC88C2
Black with #CC88C2
Text Example
Text Example
White with #CC88C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88C2; }
p { color: rgb(204,136,194); }
H1.HeaderClassName
{
color: #CC88C2;
}
.AnyTagClassName
{
color: #CC88C2;
}
</style>
background-color css
<style>
a { background-color: #CC88C2; }
a { background-color: rgb(204,136,194); }
div.DivClassName
{
background-color: #CC88C2;
}
.BgClassName
{
background-color: #CC88C2;
}
</style>
border-color css
<style>
span { border-color: #CC88C2; }
span { border-color: rgb(204,136,194); }
td.TdClassName
{
border-color: #CC88C2;
}
.TagClassName
{
border-color: #CC88C2;
}
</style>