Shades of Lilac #CAA3C4
Tints of Lilac #CAA3C4
RGB
CMYK
RGB Variations
Color information
#CAA3C4 (or 0xCAA3C4) is known color: Lilac. HEX triplet: CA, A3 and C4. RGB value is (202,163,196). Sum of RGB (Red+Green+Blue) = 202+163+196=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3C4 is #355C3B. Grayscale: #B2B2B2. Windows color (decimal): -3497020 or 12886986. OLE color: 12886986.
HSL color Cylindrical-coordinate representation of color #CAA3C4: hue angle of 309.23º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA3C4 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 196 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.21 |
| HSL | 309.23º | 0.27% | 0.72% | - |
| HSV(B) | 309.23º | 0.19% | 0.79% | - |
| XYZ | 47.42 | 42.74 | 57.97 | - |
| YUV | 178.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 196 | 0 | 0.19 | 0.03 | 0.21 | 309.23 | 0.27 | 0.72 |
| Hex | CA | A3 | C4 | 0 | 13 | 3 | 15 | 135 | 1B | 48 |
| Octal | 312 | 243 | 304 | 0 | 23 | 3 | 25 | 465 | 33 | 110 |
| Binary | 11001010 | 10100011 | 11000100 | 0 | 10011 | 11 | 10101 | 100110101 | 11011 | 1001000 |
Color Harmonies of #CAA3C4
Complementary color
Monochromatic Colors of #CAA3C4
Black with #CAA3C4
Text Example
Text Example
White with #CAA3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3C4; }
p { color: rgb(202,163,196); }
H1.HeaderClassName
{
color: #CAA3C4;
}
.AnyTagClassName
{
color: #CAA3C4;
}
</style>
background-color css
<style>
a { background-color: #CAA3C4; }
a { background-color: rgb(202,163,196); }
div.DivClassName
{
background-color: #CAA3C4;
}
.BgClassName
{
background-color: #CAA3C4;
}
</style>
border-color css
<style>
span { border-color: #CAA3C4; }
span { border-color: rgb(202,163,196); }
td.TdClassName
{
border-color: #CAA3C4;
}
.TagClassName
{
border-color: #CAA3C4;
}
</style>