Shades of Lilac #CAA1CC
Tints of Lilac #CAA1CC
RGB
CMYK
RGB Variations
Color information
#CAA1CC (or 0xCAA1CC) is known color: Lilac. HEX triplet: CA, A1 and CC. RGB value is (202,161,204). Sum of RGB (Red+Green+Blue) = 202+161+204=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1CC is #355E33. Grayscale: #B2B2B2. Windows color (decimal): -3497524 or 13410762. OLE color: 13410762.
HSL color Cylindrical-coordinate representation of color #CAA1CC: hue angle of 297.21º degrees, saturation: 0.3, 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 #CAA1CC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 161 | 204 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.2 |
| HSL | 297.21º | 0.3% | 0.72% | - |
| HSV(B) | 297.21º | 0.21% | 0.8% | - |
| XYZ | 48 | 42.41 | 62.78 | - |
| YUV | 178.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 204 | 0.01 | 0.21 | 0 | 0.2 | 297.21 | 0.3 | 0.72 |
| Hex | CA | A1 | CC | 1 | 15 | 0 | 14 | 129 | 1E | 48 |
| Octal | 312 | 241 | 314 | 1 | 25 | 0 | 24 | 451 | 36 | 110 |
| Binary | 11001010 | 10100001 | 11001100 | 1 | 10101 | 0 | 10100 | 100101001 | 11110 | 1001000 |
Color Harmonies of #CAA1CC
Complementary color
Monochromatic Colors of #CAA1CC
Black with #CAA1CC
Text Example
Text Example
White with #CAA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1CC; }
p { color: rgb(202,161,204); }
H1.HeaderClassName
{
color: #CAA1CC;
}
.AnyTagClassName
{
color: #CAA1CC;
}
</style>
background-color css
<style>
a { background-color: #CAA1CC; }
a { background-color: rgb(202,161,204); }
div.DivClassName
{
background-color: #CAA1CC;
}
.BgClassName
{
background-color: #CAA1CC;
}
</style>
border-color css
<style>
span { border-color: #CAA1CC; }
span { border-color: rgb(202,161,204); }
td.TdClassName
{
border-color: #CAA1CC;
}
.TagClassName
{
border-color: #CAA1CC;
}
</style>