Shades of Lilac #CA93C0
Tints of Lilac #CA93C0
RGB
CMYK
RGB Variations
Color information
#CA93C0 (or 0xCA93C0) is known color: Lilac. HEX triplet: CA, 93 and C0. RGB value is (202,147,192). Sum of RGB (Red+Green+Blue) = 202+147+192=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93C0 is #356C3F. Grayscale: #A8A8A8. Windows color (decimal): -3501120 or 12620746. OLE color: 12620746.
HSL color Cylindrical-coordinate representation of color #CA93C0: hue angle of 310.91º 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 #CA93C0 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 192 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.21 |
| HSL | 310.91º | 0.34% | 0.68% | - |
| HSV(B) | 310.91º | 0.27% | 0.79% | - |
| XYZ | 44.31 | 37.23 | 54.72 | - |
| YUV | 168.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 192 | 0 | 0.27 | 0.05 | 0.21 | 310.91 | 0.34 | 0.68 |
| Hex | CA | 93 | C0 | 0 | 1B | 5 | 15 | 137 | 22 | 44 |
| Octal | 312 | 223 | 300 | 0 | 33 | 5 | 25 | 467 | 42 | 104 |
| Binary | 11001010 | 10010011 | 11000000 | 0 | 11011 | 101 | 10101 | 100110111 | 100010 | 1000100 |
Color Harmonies of #CA93C0
Complementary color
Monochromatic Colors of #CA93C0
Black with #CA93C0
Text Example
Text Example
White with #CA93C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93C0; }
p { color: rgb(202,147,192); }
H1.HeaderClassName
{
color: #CA93C0;
}
.AnyTagClassName
{
color: #CA93C0;
}
</style>
background-color css
<style>
a { background-color: #CA93C0; }
a { background-color: rgb(202,147,192); }
div.DivClassName
{
background-color: #CA93C0;
}
.BgClassName
{
background-color: #CA93C0;
}
</style>
border-color css
<style>
span { border-color: #CA93C0; }
span { border-color: rgb(202,147,192); }
td.TdClassName
{
border-color: #CA93C0;
}
.TagClassName
{
border-color: #CA93C0;
}
</style>