Shades of Lilac #CCA2C7
Tints of Lilac #CCA2C7
RGB
CMYK
RGB Variations
Color information
#CCA2C7 (or 0xCCA2C7) is known color: Lilac. HEX triplet: CC, A2 and C7. RGB value is (204,162,199). Sum of RGB (Red+Green+Blue) = 204+162+199=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2C7 is #335D38. Grayscale: #B2B2B2. Windows color (decimal): -3366201 or 13083340. OLE color: 13083340.
HSL color Cylindrical-coordinate representation of color #CCA2C7: hue angle of 307.14º 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 #CCA2C7 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 162 | 199 | - |
CMYK | 0 | 0.21 | 0.02 | 0.2 |
HSL | 307.14º | 0.29% | 0.72% | - |
HSV(B) | 307.14º | 0.21% | 0.8% | - |
XYZ | 48.13 | 42.8 | 59.76 | - |
YUV | 178.78 | 139.41 | 145.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 162 | 199 | 0 | 0.21 | 0.02 | 0.2 | 307.14 | 0.29 | 0.72 |
Hex | CC | A2 | C7 | 0 | 15 | 2 | 14 | 133 | 1D | 48 |
Octal | 314 | 242 | 307 | 0 | 25 | 2 | 24 | 463 | 35 | 110 |
Binary | 11001100 | 10100010 | 11000111 | 0 | 10101 | 10 | 10100 | 100110011 | 11101 | 1001000 |
Color Harmonies of #CCA2C7
Complementary color
Monochromatic Colors of #CCA2C7
Black with #CCA2C7
Text Example
Text Example
White with #CCA2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2C7; }
p { color: rgb(204,162,199); }
H1.HeaderClassName
{
color: #CCA2C7;
}
.AnyTagClassName
{
color: #CCA2C7;
}
</style>
background-color css
<style>
a { background-color: #CCA2C7; }
a { background-color: rgb(204,162,199); }
div.DivClassName
{
background-color: #CCA2C7;
}
.BgClassName
{
background-color: #CCA2C7;
}
</style>
border-color css
<style>
span { border-color: #CCA2C7; }
span { border-color: rgb(204,162,199); }
td.TdClassName
{
border-color: #CCA2C7;
}
.TagClassName
{
border-color: #CCA2C7;
}
</style>