Shades of Lilac #CAA7C4
Tints of Lilac #CAA7C4
RGB
CMYK
RGB Variations
Color information
#CAA7C4 (or 0xCAA7C4) is known color: Lilac. HEX triplet: CA, A7 and C4. RGB value is (202,167,196). Sum of RGB (Red+Green+Blue) = 202+167+196=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7C4 is #35583B. Grayscale: #B4B4B4. Windows color (decimal): -3495996 or 12888010. OLE color: 12888010.
HSL color Cylindrical-coordinate representation of color #CAA7C4: hue angle of 310.29º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA7C4 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 196 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.21 |
| HSL | 310.29º | 0.25% | 0.72% | - |
| HSV(B) | 310.29º | 0.17% | 0.79% | - |
| XYZ | 48.14 | 44.18 | 58.21 | - |
| YUV | 180.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 196 | 0 | 0.17 | 0.03 | 0.21 | 310.29 | 0.25 | 0.72 |
| Hex | CA | A7 | C4 | 0 | 11 | 3 | 15 | 136 | 19 | 48 |
| Octal | 312 | 247 | 304 | 0 | 21 | 3 | 25 | 466 | 31 | 110 |
| Binary | 11001010 | 10100111 | 11000100 | 0 | 10001 | 11 | 10101 | 100110110 | 11001 | 1001000 |
Color Harmonies of #CAA7C4
Complementary color
Monochromatic Colors of #CAA7C4
Black with #CAA7C4
Text Example
Text Example
White with #CAA7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7C4; }
p { color: rgb(202,167,196); }
H1.HeaderClassName
{
color: #CAA7C4;
}
.AnyTagClassName
{
color: #CAA7C4;
}
</style>
background-color css
<style>
a { background-color: #CAA7C4; }
a { background-color: rgb(202,167,196); }
div.DivClassName
{
background-color: #CAA7C4;
}
.BgClassName
{
background-color: #CAA7C4;
}
</style>
border-color css
<style>
span { border-color: #CAA7C4; }
span { border-color: rgb(202,167,196); }
td.TdClassName
{
border-color: #CAA7C4;
}
.TagClassName
{
border-color: #CAA7C4;
}
</style>