Shades of Lilac #C493CA
Tints of Lilac #C493CA
RGB
CMYK
RGB Variations
Color information
#C493CA (or 0xC493CA) is known color: Lilac. HEX triplet: C4, 93 and CA. RGB value is (196,147,202). Sum of RGB (Red+Green+Blue) = 196+147+202=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #C493CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493CA is #3B6C35. Grayscale: #A7A7A7. Windows color (decimal): -3894326 or 13276100. OLE color: 13276100.
HSL color Cylindrical-coordinate representation of color #C493CA: hue angle of 293.45º 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 #C493CA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 147 | 202 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.21 |
| HSL | 293.45º | 0.34% | 0.68% | - |
| HSV(B) | 293.45º | 0.27% | 0.79% | - |
| XYZ | 43.86 | 36.87 | 60.68 | - |
| YUV | 167.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 202 | 0.03 | 0.27 | 0 | 0.21 | 293.45 | 0.34 | 0.68 |
| Hex | C4 | 93 | CA | 3 | 1B | 0 | 15 | 125 | 22 | 44 |
| Octal | 304 | 223 | 312 | 3 | 33 | 0 | 25 | 445 | 42 | 104 |
| Binary | 11000100 | 10010011 | 11001010 | 11 | 11011 | 0 | 10101 | 100100101 | 100010 | 1000100 |
Color Harmonies of #C493CA
Complementary color
Monochromatic Colors of #C493CA
Black with #C493CA
Text Example
Text Example
White with #C493CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493CA; }
p { color: rgb(196,147,202); }
H1.HeaderClassName
{
color: #C493CA;
}
.AnyTagClassName
{
color: #C493CA;
}
</style>
background-color css
<style>
a { background-color: #C493CA; }
a { background-color: rgb(196,147,202); }
div.DivClassName
{
background-color: #C493CA;
}
.BgClassName
{
background-color: #C493CA;
}
</style>
border-color css
<style>
span { border-color: #C493CA; }
span { border-color: rgb(196,147,202); }
td.TdClassName
{
border-color: #C493CA;
}
.TagClassName
{
border-color: #C493CA;
}
</style>