Shades of Lilac #CA8AC6
Tints of Lilac #CA8AC6
RGB
CMYK
RGB Variations
Color information
#CA8AC6 (or 0xCA8AC6) is known color: Lilac. HEX triplet: CA, 8A and C6. RGB value is (202,138,198). Sum of RGB (Red+Green+Blue) = 202+138+198=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AC6 is #357539. Grayscale: #A3A3A3. Windows color (decimal): -3503418 or 13011658. OLE color: 13011658.
HSL color Cylindrical-coordinate representation of color #CA8AC6: hue angle of 303.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8AC6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 198 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.21 |
| HSL | 303.75º | 0.38% | 0.67% | - |
| HSV(B) | 303.75º | 0.32% | 0.79% | - |
| XYZ | 43.64 | 34.81 | 57.85 | - |
| YUV | 163.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 198 | 0 | 0.32 | 0.02 | 0.21 | 303.75 | 0.38 | 0.67 |
| Hex | CA | 8A | C6 | 0 | 20 | 2 | 15 | 130 | 26 | 43 |
| Octal | 312 | 212 | 306 | 0 | 40 | 2 | 25 | 460 | 46 | 103 |
| Binary | 11001010 | 10001010 | 11000110 | 0 | 100000 | 10 | 10101 | 100110000 | 100110 | 1000011 |
Color Harmonies of #CA8AC6
Complementary color
Monochromatic Colors of #CA8AC6
Black with #CA8AC6
Text Example
Text Example
White with #CA8AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AC6; }
p { color: rgb(202,138,198); }
H1.HeaderClassName
{
color: #CA8AC6;
}
.AnyTagClassName
{
color: #CA8AC6;
}
</style>
background-color css
<style>
a { background-color: #CA8AC6; }
a { background-color: rgb(202,138,198); }
div.DivClassName
{
background-color: #CA8AC6;
}
.BgClassName
{
background-color: #CA8AC6;
}
</style>
border-color css
<style>
span { border-color: #CA8AC6; }
span { border-color: rgb(202,138,198); }
td.TdClassName
{
border-color: #CA8AC6;
}
.TagClassName
{
border-color: #CA8AC6;
}
</style>