Shades of Lilac #CAA7C8
Tints of Lilac #CAA7C8
RGB
CMYK
RGB Variations
Color information
#CAA7C8 (or 0xCAA7C8) is known color: Lilac. HEX triplet: CA, A7 and C8. RGB value is (202,167,200). Sum of RGB (Red+Green+Blue) = 202+167+200=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7C8 is #355837. Grayscale: #B5B5B5. Windows color (decimal): -3495992 or 13150154. OLE color: 13150154.
HSL color Cylindrical-coordinate representation of color #CAA7C8: hue angle of 303.43º 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 #CAA7C8 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 200 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.21 |
| HSL | 303.43º | 0.25% | 0.72% | - |
| HSV(B) | 303.43º | 0.17% | 0.79% | - |
| XYZ | 48.6 | 44.36 | 60.65 | - |
| YUV | 181.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 200 | 0 | 0.17 | 0.01 | 0.21 | 303.43 | 0.25 | 0.72 |
| Hex | CA | A7 | C8 | 0 | 11 | 1 | 15 | 12F | 19 | 48 |
| Octal | 312 | 247 | 310 | 0 | 21 | 1 | 25 | 457 | 31 | 110 |
| Binary | 11001010 | 10100111 | 11001000 | 0 | 10001 | 1 | 10101 | 100101111 | 11001 | 1001000 |
Color Harmonies of #CAA7C8
Complementary color
Monochromatic Colors of #CAA7C8
Black with #CAA7C8
Text Example
Text Example
White with #CAA7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7C8; }
p { color: rgb(202,167,200); }
H1.HeaderClassName
{
color: #CAA7C8;
}
.AnyTagClassName
{
color: #CAA7C8;
}
</style>
background-color css
<style>
a { background-color: #CAA7C8; }
a { background-color: rgb(202,167,200); }
div.DivClassName
{
background-color: #CAA7C8;
}
.BgClassName
{
background-color: #CAA7C8;
}
</style>
border-color css
<style>
span { border-color: #CAA7C8; }
span { border-color: rgb(202,167,200); }
td.TdClassName
{
border-color: #CAA7C8;
}
.TagClassName
{
border-color: #CAA7C8;
}
</style>