Shades of Lilac #CAA1C3
Tints of Lilac #CAA1C3
RGB
CMYK
RGB Variations
Color information
#CAA1C3 (or 0xCAA1C3) is known color: Lilac. HEX triplet: CA, A1 and C3. RGB value is (202,161,195). Sum of RGB (Red+Green+Blue) = 202+161+195=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1C3 is #355E3C. Grayscale: #B1B1B1. Windows color (decimal): -3497533 or 12820938. OLE color: 12820938.
HSL color Cylindrical-coordinate representation of color #CAA1C3: hue angle of 310.24º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA1C3 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 195 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.21 |
| HSL | 310.24º | 0.28% | 0.71% | - |
| HSV(B) | 310.24º | 0.2% | 0.79% | - |
| XYZ | 46.95 | 41.99 | 57.26 | - |
| YUV | 177.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 195 | 0 | 0.20 | 0.03 | 0.21 | 310.24 | 0.28 | 0.71 |
| Hex | CA | A1 | C3 | 0 | 14 | 3 | 15 | 136 | 1C | 47 |
| Octal | 312 | 241 | 303 | 0 | 24 | 3 | 25 | 466 | 34 | 107 |
| Binary | 11001010 | 10100001 | 11000011 | 0 | 10100 | 11 | 10101 | 100110110 | 11100 | 1000111 |
Color Harmonies of #CAA1C3
Complementary color
Monochromatic Colors of #CAA1C3
Black with #CAA1C3
Text Example
Text Example
White with #CAA1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1C3; }
p { color: rgb(202,161,195); }
H1.HeaderClassName
{
color: #CAA1C3;
}
.AnyTagClassName
{
color: #CAA1C3;
}
</style>
background-color css
<style>
a { background-color: #CAA1C3; }
a { background-color: rgb(202,161,195); }
div.DivClassName
{
background-color: #CAA1C3;
}
.BgClassName
{
background-color: #CAA1C3;
}
</style>
border-color css
<style>
span { border-color: #CAA1C3; }
span { border-color: rgb(202,161,195); }
td.TdClassName
{
border-color: #CAA1C3;
}
.TagClassName
{
border-color: #CAA1C3;
}
</style>