Shades of Lilac #CA8ACE
Tints of Lilac #CA8ACE
RGB
CMYK
RGB Variations
Color information
#CA8ACE (or 0xCA8ACE) is known color: Lilac. HEX triplet: CA, 8A and CE. RGB value is (202,138,206). Sum of RGB (Red+Green+Blue) = 202+138+206=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ACE is #357531. Grayscale: #A4A4A4. Windows color (decimal): -3503410 or 13535946. OLE color: 13535946.
HSL color Cylindrical-coordinate representation of color #CA8ACE: hue angle of 296.47º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8ACE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 138 | 206 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.19 |
| HSL | 296.47º | 0.41% | 0.67% | - |
| HSV(B) | 296.47º | 0.33% | 0.81% | - |
| XYZ | 44.59 | 35.19 | 62.83 | - |
| YUV | 164.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 206 | 0.02 | 0.33 | 0 | 0.19 | 296.47 | 0.41 | 0.67 |
| Hex | CA | 8A | CE | 2 | 21 | 0 | 13 | 128 | 29 | 43 |
| Octal | 312 | 212 | 316 | 2 | 41 | 0 | 23 | 450 | 51 | 103 |
| Binary | 11001010 | 10001010 | 11001110 | 10 | 100001 | 0 | 10011 | 100101000 | 101001 | 1000011 |
Color Harmonies of #CA8ACE
Complementary color
Monochromatic Colors of #CA8ACE
Black with #CA8ACE
Text Example
Text Example
White with #CA8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8ACE; }
p { color: rgb(202,138,206); }
H1.HeaderClassName
{
color: #CA8ACE;
}
.AnyTagClassName
{
color: #CA8ACE;
}
</style>
background-color css
<style>
a { background-color: #CA8ACE; }
a { background-color: rgb(202,138,206); }
div.DivClassName
{
background-color: #CA8ACE;
}
.BgClassName
{
background-color: #CA8ACE;
}
</style>
border-color css
<style>
span { border-color: #CA8ACE; }
span { border-color: rgb(202,138,206); }
td.TdClassName
{
border-color: #CA8ACE;
}
.TagClassName
{
border-color: #CA8ACE;
}
</style>