Shades of Lilac #CCA2CC
Tints of Lilac #CCA2CC
RGB
CMYK
RGB Variations
Color information
#CCA2CC (or 0xCCA2CC) is known color: Lilac. HEX triplet: CC, A2 and CC. RGB value is (204,162,204). Sum of RGB (Red+Green+Blue) = 204+162+204=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2CC is #335D33. Grayscale: #B3B3B3. Windows color (decimal): -3366196 or 13411020. OLE color: 13411020.
HSL color Cylindrical-coordinate representation of color #CCA2CC: hue angle of 300º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA2CC is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 162 | 204 | - |
CMYK | 0 | 0.21 | 0 | 0.2 |
HSL | 300º | 0.29% | 0.72% | - |
HSV(B) | 300º | 0.21% | 0.8% | - |
XYZ | 48.72 | 43.04 | 62.87 | - |
YUV | 179.35 | 141.91 | 145.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 162 | 204 | 0 | 0.21 | 0 | 0.2 | 300 | 0.29 | 0.72 |
Hex | CC | A2 | CC | 0 | 15 | 0 | 14 | 12C | 1D | 48 |
Octal | 314 | 242 | 314 | 0 | 25 | 0 | 24 | 454 | 35 | 110 |
Binary | 11001100 | 10100010 | 11001100 | 0 | 10101 | 0 | 10100 | 100101100 | 11101 | 1001000 |
Color Harmonies of #CCA2CC
Complementary color
Monochromatic Colors of #CCA2CC
Black with #CCA2CC
Text Example
Text Example
White with #CCA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2CC; }
p { color: rgb(204,162,204); }
H1.HeaderClassName
{
color: #CCA2CC;
}
.AnyTagClassName
{
color: #CCA2CC;
}
</style>
background-color css
<style>
a { background-color: #CCA2CC; }
a { background-color: rgb(204,162,204); }
div.DivClassName
{
background-color: #CCA2CC;
}
.BgClassName
{
background-color: #CCA2CC;
}
</style>
border-color css
<style>
span { border-color: #CCA2CC; }
span { border-color: rgb(204,162,204); }
td.TdClassName
{
border-color: #CCA2CC;
}
.TagClassName
{
border-color: #CCA2CC;
}
</style>