Shades of Lilac #CA93C1
Tints of Lilac #CA93C1
RGB
CMYK
RGB Variations
Color information
#CA93C1 (or 0xCA93C1) is known color: Lilac. HEX triplet: CA, 93 and C1. RGB value is (202,147,193). Sum of RGB (Red+Green+Blue) = 202+147+193=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93C1 is #356C3E. Grayscale: #A8A8A8. Windows color (decimal): -3501119 or 12686282. OLE color: 12686282.
HSL color Cylindrical-coordinate representation of color #CA93C1: hue angle of 309.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA93C1 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 193 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.21 |
| HSL | 309.82º | 0.34% | 0.68% | - |
| HSV(B) | 309.82º | 0.27% | 0.79% | - |
| XYZ | 44.42 | 37.27 | 55.31 | - |
| YUV | 168.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 193 | 0 | 0.27 | 0.04 | 0.21 | 309.82 | 0.34 | 0.68 |
| Hex | CA | 93 | C1 | 0 | 1B | 4 | 15 | 136 | 22 | 44 |
| Octal | 312 | 223 | 301 | 0 | 33 | 4 | 25 | 466 | 42 | 104 |
| Binary | 11001010 | 10010011 | 11000001 | 0 | 11011 | 100 | 10101 | 100110110 | 100010 | 1000100 |
Color Harmonies of #CA93C1
Complementary color
Monochromatic Colors of #CA93C1
Black with #CA93C1
Text Example
Text Example
White with #CA93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93C1; }
p { color: rgb(202,147,193); }
H1.HeaderClassName
{
color: #CA93C1;
}
.AnyTagClassName
{
color: #CA93C1;
}
</style>
background-color css
<style>
a { background-color: #CA93C1; }
a { background-color: rgb(202,147,193); }
div.DivClassName
{
background-color: #CA93C1;
}
.BgClassName
{
background-color: #CA93C1;
}
</style>
border-color css
<style>
span { border-color: #CA93C1; }
span { border-color: rgb(202,147,193); }
td.TdClassName
{
border-color: #CA93C1;
}
.TagClassName
{
border-color: #CA93C1;
}
</style>