Shades of Lilac #CA93D1
Tints of Lilac #CA93D1
RGB
CMYK
RGB Variations
Color information
#CA93D1 (or 0xCA93D1) is known color: Lilac. HEX triplet: CA, 93 and D1. RGB value is (202,147,209). Sum of RGB (Red+Green+Blue) = 202+147+209=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93D1 is #356C2E. Grayscale: #AAAAAA. Windows color (decimal): -3501103 or 13734858. OLE color: 13734858.
HSL color Cylindrical-coordinate representation of color #CA93D1: hue angle of 293.23º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA93D1 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 147 | 209 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.18 |
| HSL | 293.23º | 0.4% | 0.7% | - |
| HSV(B) | 293.23º | 0.3% | 0.82% | - |
| XYZ | 46.3 | 38.03 | 65.22 | - |
| YUV | 170.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 209 | 0.03 | 0.30 | 0 | 0.18 | 293.23 | 0.4 | 0.7 |
| Hex | CA | 93 | D1 | 3 | 1E | 0 | 12 | 125 | 28 | 46 |
| Octal | 312 | 223 | 321 | 3 | 36 | 0 | 22 | 445 | 50 | 106 |
| Binary | 11001010 | 10010011 | 11010001 | 11 | 11110 | 0 | 10010 | 100100101 | 101000 | 1000110 |
Color Harmonies of #CA93D1
Complementary color
Monochromatic Colors of #CA93D1
Black with #CA93D1
Text Example
Text Example
White with #CA93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93D1; }
p { color: rgb(202,147,209); }
H1.HeaderClassName
{
color: #CA93D1;
}
.AnyTagClassName
{
color: #CA93D1;
}
</style>
background-color css
<style>
a { background-color: #CA93D1; }
a { background-color: rgb(202,147,209); }
div.DivClassName
{
background-color: #CA93D1;
}
.BgClassName
{
background-color: #CA93D1;
}
</style>
border-color css
<style>
span { border-color: #CA93D1; }
span { border-color: rgb(202,147,209); }
td.TdClassName
{
border-color: #CA93D1;
}
.TagClassName
{
border-color: #CA93D1;
}
</style>