Shades of Lilac #CAA5C8
Tints of Lilac #CAA5C8
RGB
CMYK
RGB Variations
Color information
#CAA5C8 (or 0xCAA5C8) is known color: Lilac. HEX triplet: CA, A5 and C8. RGB value is (202,165,200). Sum of RGB (Red+Green+Blue) = 202+165+200=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5C8 is #355A37. Grayscale: #B3B3B3. Windows color (decimal): -3496504 or 13149642. OLE color: 13149642.
HSL color Cylindrical-coordinate representation of color #CAA5C8: hue angle of 303.24º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA5C8 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 200 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.21 |
| HSL | 303.24º | 0.26% | 0.72% | - |
| HSV(B) | 303.24º | 0.18% | 0.79% | - |
| XYZ | 48.24 | 43.64 | 60.52 | - |
| YUV | 180.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 200 | 0 | 0.18 | 0.01 | 0.21 | 303.24 | 0.26 | 0.72 |
| Hex | CA | A5 | C8 | 0 | 12 | 1 | 15 | 12F | 1A | 48 |
| Octal | 312 | 245 | 310 | 0 | 22 | 1 | 25 | 457 | 32 | 110 |
| Binary | 11001010 | 10100101 | 11001000 | 0 | 10010 | 1 | 10101 | 100101111 | 11010 | 1001000 |
Color Harmonies of #CAA5C8
Complementary color
Monochromatic Colors of #CAA5C8
Black with #CAA5C8
Text Example
Text Example
White with #CAA5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5C8; }
p { color: rgb(202,165,200); }
H1.HeaderClassName
{
color: #CAA5C8;
}
.AnyTagClassName
{
color: #CAA5C8;
}
</style>
background-color css
<style>
a { background-color: #CAA5C8; }
a { background-color: rgb(202,165,200); }
div.DivClassName
{
background-color: #CAA5C8;
}
.BgClassName
{
background-color: #CAA5C8;
}
</style>
border-color css
<style>
span { border-color: #CAA5C8; }
span { border-color: rgb(202,165,200); }
td.TdClassName
{
border-color: #CAA5C8;
}
.TagClassName
{
border-color: #CAA5C8;
}
</style>