Shades of Lilac #CA8ACC
Tints of Lilac #CA8ACC
RGB
CMYK
RGB Variations
Color information
#CA8ACC (or 0xCA8ACC) is known color: Lilac. HEX triplet: CA, 8A and CC. RGB value is (202,138,204). Sum of RGB (Red+Green+Blue) = 202+138+204=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ACC is #357533. Grayscale: #A4A4A4. Windows color (decimal): -3503412 or 13404874. OLE color: 13404874.
HSL color Cylindrical-coordinate representation of color #CA8ACC: hue angle of 298.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8ACC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 138 | 204 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.2 |
| HSL | 298.18º | 0.39% | 0.67% | - |
| HSV(B) | 298.18º | 0.32% | 0.8% | - |
| XYZ | 44.34 | 35.09 | 61.56 | - |
| YUV | 164.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 204 | 0.01 | 0.32 | 0 | 0.2 | 298.18 | 0.39 | 0.67 |
| Hex | CA | 8A | CC | 1 | 20 | 0 | 14 | 12A | 27 | 43 |
| Octal | 312 | 212 | 314 | 1 | 40 | 0 | 24 | 452 | 47 | 103 |
| Binary | 11001010 | 10001010 | 11001100 | 1 | 100000 | 0 | 10100 | 100101010 | 100111 | 1000011 |
Color Harmonies of #CA8ACC
Complementary color
Monochromatic Colors of #CA8ACC
Black with #CA8ACC
Text Example
Text Example
White with #CA8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8ACC; }
p { color: rgb(202,138,204); }
H1.HeaderClassName
{
color: #CA8ACC;
}
.AnyTagClassName
{
color: #CA8ACC;
}
</style>
background-color css
<style>
a { background-color: #CA8ACC; }
a { background-color: rgb(202,138,204); }
div.DivClassName
{
background-color: #CA8ACC;
}
.BgClassName
{
background-color: #CA8ACC;
}
</style>
border-color css
<style>
span { border-color: #CA8ACC; }
span { border-color: rgb(202,138,204); }
td.TdClassName
{
border-color: #CA8ACC;
}
.TagClassName
{
border-color: #CA8ACC;
}
</style>