Shades of Lilac #CA8FC1
Tints of Lilac #CA8FC1
RGB
CMYK
RGB Variations
Color information
#CA8FC1 (or 0xCA8FC1) is known color: Lilac. HEX triplet: CA, 8F and C1. RGB value is (202,143,193). Sum of RGB (Red+Green+Blue) = 202+143+193=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC1 is #35703E. Grayscale: #A6A6A6. Windows color (decimal): -3502143 or 12685258. OLE color: 12685258.
HSL color Cylindrical-coordinate representation of color #CA8FC1: hue angle of 309.15º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FC1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 193 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.21 |
| HSL | 309.15º | 0.36% | 0.68% | - |
| HSV(B) | 309.15º | 0.29% | 0.79% | - |
| XYZ | 43.81 | 36.05 | 55.1 | - |
| YUV | 166.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 193 | 0 | 0.29 | 0.04 | 0.21 | 309.15 | 0.36 | 0.68 |
| Hex | CA | 8F | C1 | 0 | 1D | 4 | 15 | 135 | 24 | 44 |
| Octal | 312 | 217 | 301 | 0 | 35 | 4 | 25 | 465 | 44 | 104 |
| Binary | 11001010 | 10001111 | 11000001 | 0 | 11101 | 100 | 10101 | 100110101 | 100100 | 1000100 |
Color Harmonies of #CA8FC1
Complementary color
Monochromatic Colors of #CA8FC1
Black with #CA8FC1
Text Example
Text Example
White with #CA8FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FC1; }
p { color: rgb(202,143,193); }
H1.HeaderClassName
{
color: #CA8FC1;
}
.AnyTagClassName
{
color: #CA8FC1;
}
</style>
background-color css
<style>
a { background-color: #CA8FC1; }
a { background-color: rgb(202,143,193); }
div.DivClassName
{
background-color: #CA8FC1;
}
.BgClassName
{
background-color: #CA8FC1;
}
</style>
border-color css
<style>
span { border-color: #CA8FC1; }
span { border-color: rgb(202,143,193); }
td.TdClassName
{
border-color: #CA8FC1;
}
.TagClassName
{
border-color: #CA8FC1;
}
</style>