Shades of Lilac #CA8DC6
Tints of Lilac #CA8DC6
RGB
CMYK
RGB Variations
Color information
#CA8DC6 (or 0xCA8DC6) is known color: Lilac. HEX triplet: CA, 8D and C6. RGB value is (202,141,198). Sum of RGB (Red+Green+Blue) = 202+141+198=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DC6 is #357239. Grayscale: #A5A5A5. Windows color (decimal): -3502650 or 13012426. OLE color: 13012426.
HSL color Cylindrical-coordinate representation of color #CA8DC6: hue angle of 303.93º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DC6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 198 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.21 |
| HSL | 303.93º | 0.37% | 0.67% | - |
| HSV(B) | 303.93º | 0.3% | 0.79% | - |
| XYZ | 44.08 | 35.68 | 57.99 | - |
| YUV | 165.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 198 | 0 | 0.30 | 0.02 | 0.21 | 303.93 | 0.37 | 0.67 |
| Hex | CA | 8D | C6 | 0 | 1E | 2 | 15 | 130 | 25 | 43 |
| Octal | 312 | 215 | 306 | 0 | 36 | 2 | 25 | 460 | 45 | 103 |
| Binary | 11001010 | 10001101 | 11000110 | 0 | 11110 | 10 | 10101 | 100110000 | 100101 | 1000011 |
Color Harmonies of #CA8DC6
Complementary color
Monochromatic Colors of #CA8DC6
Black with #CA8DC6
Text Example
Text Example
White with #CA8DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DC6; }
p { color: rgb(202,141,198); }
H1.HeaderClassName
{
color: #CA8DC6;
}
.AnyTagClassName
{
color: #CA8DC6;
}
</style>
background-color css
<style>
a { background-color: #CA8DC6; }
a { background-color: rgb(202,141,198); }
div.DivClassName
{
background-color: #CA8DC6;
}
.BgClassName
{
background-color: #CA8DC6;
}
</style>
border-color css
<style>
span { border-color: #CA8DC6; }
span { border-color: rgb(202,141,198); }
td.TdClassName
{
border-color: #CA8DC6;
}
.TagClassName
{
border-color: #CA8DC6;
}
</style>