Shades of Lilac #CA8CC6
Tints of Lilac #CA8CC6
RGB
CMYK
RGB Variations
Color information
#CA8CC6 (or 0xCA8CC6) is known color: Lilac. HEX triplet: CA, 8C and C6. RGB value is (202,140,198). Sum of RGB (Red+Green+Blue) = 202+140+198=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CC6 is #357339. Grayscale: #A4A4A4. Windows color (decimal): -3502906 or 13012170. OLE color: 13012170.
HSL color Cylindrical-coordinate representation of color #CA8CC6: hue angle of 303.87º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8CC6 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 198 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.21 |
| HSL | 303.87º | 0.37% | 0.67% | - |
| HSV(B) | 303.87º | 0.31% | 0.79% | - |
| XYZ | 43.93 | 35.39 | 57.94 | - |
| YUV | 165.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 198 | 0 | 0.31 | 0.02 | 0.21 | 303.87 | 0.37 | 0.67 |
| Hex | CA | 8C | C6 | 0 | 1F | 2 | 15 | 130 | 25 | 43 |
| Octal | 312 | 214 | 306 | 0 | 37 | 2 | 25 | 460 | 45 | 103 |
| Binary | 11001010 | 10001100 | 11000110 | 0 | 11111 | 10 | 10101 | 100110000 | 100101 | 1000011 |
Color Harmonies of #CA8CC6
Complementary color
Monochromatic Colors of #CA8CC6
Black with #CA8CC6
Text Example
Text Example
White with #CA8CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CC6; }
p { color: rgb(202,140,198); }
H1.HeaderClassName
{
color: #CA8CC6;
}
.AnyTagClassName
{
color: #CA8CC6;
}
</style>
background-color css
<style>
a { background-color: #CA8CC6; }
a { background-color: rgb(202,140,198); }
div.DivClassName
{
background-color: #CA8CC6;
}
.BgClassName
{
background-color: #CA8CC6;
}
</style>
border-color css
<style>
span { border-color: #CA8CC6; }
span { border-color: rgb(202,140,198); }
td.TdClassName
{
border-color: #CA8CC6;
}
.TagClassName
{
border-color: #CA8CC6;
}
</style>