Shades of Lilac #CA8FC3
Tints of Lilac #CA8FC3
RGB
CMYK
RGB Variations
Color information
#CA8FC3 (or 0xCA8FC3) is known color: Lilac. HEX triplet: CA, 8F and C3. RGB value is (202,143,195). Sum of RGB (Red+Green+Blue) = 202+143+195=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC3 is #35703C. Grayscale: #A6A6A6. Windows color (decimal): -3502141 or 12816330. OLE color: 12816330.
HSL color Cylindrical-coordinate representation of color #CA8FC3: hue angle of 307.12º 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 #CA8FC3 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 195 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.21 |
| HSL | 307.12º | 0.36% | 0.68% | - |
| HSV(B) | 307.12º | 0.29% | 0.79% | - |
| XYZ | 44.03 | 36.14 | 56.29 | - |
| YUV | 166.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 195 | 0 | 0.29 | 0.03 | 0.21 | 307.12 | 0.36 | 0.68 |
| Hex | CA | 8F | C3 | 0 | 1D | 3 | 15 | 133 | 24 | 44 |
| Octal | 312 | 217 | 303 | 0 | 35 | 3 | 25 | 463 | 44 | 104 |
| Binary | 11001010 | 10001111 | 11000011 | 0 | 11101 | 11 | 10101 | 100110011 | 100100 | 1000100 |
Color Harmonies of #CA8FC3
Complementary color
Monochromatic Colors of #CA8FC3
Black with #CA8FC3
Text Example
Text Example
White with #CA8FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FC3; }
p { color: rgb(202,143,195); }
H1.HeaderClassName
{
color: #CA8FC3;
}
.AnyTagClassName
{
color: #CA8FC3;
}
</style>
background-color css
<style>
a { background-color: #CA8FC3; }
a { background-color: rgb(202,143,195); }
div.DivClassName
{
background-color: #CA8FC3;
}
.BgClassName
{
background-color: #CA8FC3;
}
</style>
border-color css
<style>
span { border-color: #CA8FC3; }
span { border-color: rgb(202,143,195); }
td.TdClassName
{
border-color: #CA8FC3;
}
.TagClassName
{
border-color: #CA8FC3;
}
</style>