Shades of Lilac #CAAFC7
Tints of Lilac #CAAFC7
RGB
CMYK
RGB Variations
Color information
#CAAFC7 (or 0xCAAFC7) is known color: Lilac. HEX triplet: CA, AF and C7. RGB value is (202,175,199). Sum of RGB (Red+Green+Blue) = 202+175+199=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFC7 is #355038. Grayscale: #B9B9B9. Windows color (decimal): -3493945 or 13086666. OLE color: 13086666.
HSL color Cylindrical-coordinate representation of color #CAAFC7: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFC7 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 175 | 199 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.21 |
| HSL | 306.67º | 0.2% | 0.74% | - |
| HSV(B) | 306.67º | 0.13% | 0.79% | - |
| XYZ | 50 | 47.34 | 60.54 | - |
| YUV | 185.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 199 | 0 | 0.13 | 0.01 | 0.21 | 306.67 | 0.2 | 0.74 |
| Hex | CA | AF | C7 | 0 | D | 1 | 15 | 133 | 14 | 4A |
| Octal | 312 | 257 | 307 | 0 | 15 | 1 | 25 | 463 | 24 | 112 |
| Binary | 11001010 | 10101111 | 11000111 | 0 | 1101 | 1 | 10101 | 100110011 | 10100 | 1001010 |
Color Harmonies of #CAAFC7
Complementary color
Monochromatic Colors of #CAAFC7
Black with #CAAFC7
Text Example
Text Example
White with #CAAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFC7; }
p { color: rgb(202,175,199); }
H1.HeaderClassName
{
color: #CAAFC7;
}
.AnyTagClassName
{
color: #CAAFC7;
}
</style>
background-color css
<style>
a { background-color: #CAAFC7; }
a { background-color: rgb(202,175,199); }
div.DivClassName
{
background-color: #CAAFC7;
}
.BgClassName
{
background-color: #CAAFC7;
}
</style>
border-color css
<style>
span { border-color: #CAAFC7; }
span { border-color: rgb(202,175,199); }
td.TdClassName
{
border-color: #CAAFC7;
}
.TagClassName
{
border-color: #CAAFC7;
}
</style>