Shades of Lilac #CC88CC
Tints of Lilac #CC88CC
RGB
CMYK
RGB Variations
Color information
#CC88CC (or 0xCC88CC) is known color: Lilac. HEX triplet: CC, 88 and CC. RGB value is (204,136,204). Sum of RGB (Red+Green+Blue) = 204+136+204=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88CC is #337733. Grayscale: #A3A3A3. Windows color (decimal): -3372852 or 13404364. OLE color: 13404364.
HSL color Cylindrical-coordinate representation of color #CC88CC: hue angle of 300º 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 #CC88CC is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 204 | - |
| CMYK | 0 | 0.33 | 0 | 0.2 |
| HSL | 300º | 0.4% | 0.67% | - |
| HSV(B) | 300º | 0.33% | 0.8% | - |
| XYZ | 44.61 | 34.81 | 61.49 | - |
| YUV | 164.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 204 | 0 | 0.33 | 0 | 0.2 | 300 | 0.4 | 0.67 |
| Hex | CC | 88 | CC | 0 | 21 | 0 | 14 | 12C | 28 | 43 |
| Octal | 314 | 210 | 314 | 0 | 41 | 0 | 24 | 454 | 50 | 103 |
| Binary | 11001100 | 10001000 | 11001100 | 0 | 100001 | 0 | 10100 | 100101100 | 101000 | 1000011 |
Color Harmonies of #CC88CC
Complementary color
Monochromatic Colors of #CC88CC
Black with #CC88CC
Text Example
Text Example
White with #CC88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88CC; }
p { color: rgb(204,136,204); }
H1.HeaderClassName
{
color: #CC88CC;
}
.AnyTagClassName
{
color: #CC88CC;
}
</style>
background-color css
<style>
a { background-color: #CC88CC; }
a { background-color: rgb(204,136,204); }
div.DivClassName
{
background-color: #CC88CC;
}
.BgClassName
{
background-color: #CC88CC;
}
</style>
border-color css
<style>
span { border-color: #CC88CC; }
span { border-color: rgb(204,136,204); }
td.TdClassName
{
border-color: #CC88CC;
}
.TagClassName
{
border-color: #CC88CC;
}
</style>