Shades of Lilac #CCA5CC
Tints of Lilac #CCA5CC
RGB
CMYK
RGB Variations
Color information
#CCA5CC (or 0xCCA5CC) is known color: Lilac. HEX triplet: CC, A5 and CC. RGB value is (204,165,204). Sum of RGB (Red+Green+Blue) = 204+165+204=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5CC is #335A33. Grayscale: #B4B4B4. Windows color (decimal): -3365428 or 13411788. OLE color: 13411788.
HSL color Cylindrical-coordinate representation of color #CCA5CC: hue angle of 300º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA5CC is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 204 | - |
| CMYK | 0 | 0.19 | 0 | 0.2 |
| HSL | 300º | 0.28% | 0.72% | - |
| HSV(B) | 300º | 0.19% | 0.8% | - |
| XYZ | 49.26 | 44.11 | 63.04 | - |
| YUV | 181.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 204 | 0 | 0.19 | 0 | 0.2 | 300 | 0.28 | 0.72 |
| Hex | CC | A5 | CC | 0 | 13 | 0 | 14 | 12C | 1C | 48 |
| Octal | 314 | 245 | 314 | 0 | 23 | 0 | 24 | 454 | 34 | 110 |
| Binary | 11001100 | 10100101 | 11001100 | 0 | 10011 | 0 | 10100 | 100101100 | 11100 | 1001000 |
Color Harmonies of #CCA5CC
Complementary color
Monochromatic Colors of #CCA5CC
Black with #CCA5CC
Text Example
Text Example
White with #CCA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA5CC; }
p { color: rgb(204,165,204); }
H1.HeaderClassName
{
color: #CCA5CC;
}
.AnyTagClassName
{
color: #CCA5CC;
}
</style>
background-color css
<style>
a { background-color: #CCA5CC; }
a { background-color: rgb(204,165,204); }
div.DivClassName
{
background-color: #CCA5CC;
}
.BgClassName
{
background-color: #CCA5CC;
}
</style>
border-color css
<style>
span { border-color: #CCA5CC; }
span { border-color: rgb(204,165,204); }
td.TdClassName
{
border-color: #CCA5CC;
}
.TagClassName
{
border-color: #CCA5CC;
}
</style>