Shades of Lilac #C593CA
Tints of Lilac #C593CA
RGB
CMYK
RGB Variations
Color information
#C593CA (or 0xC593CA) is known color: Lilac. HEX triplet: C5, 93 and CA. RGB value is (197,147,202). Sum of RGB (Red+Green+Blue) = 197+147+202=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #C593CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593CA is #3A6C35. Grayscale: #A8A8A8. Windows color (decimal): -3828790 or 13276101. OLE color: 13276101.
HSL color Cylindrical-coordinate representation of color #C593CA: hue angle of 294.55º 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 #C593CA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 147 | 202 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.21 |
| HSL | 294.55º | 0.34% | 0.68% | - |
| HSV(B) | 294.55º | 0.27% | 0.79% | - |
| XYZ | 44.12 | 37 | 60.69 | - |
| YUV | 168.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 202 | 0.02 | 0.27 | 0 | 0.21 | 294.55 | 0.34 | 0.68 |
| Hex | C5 | 93 | CA | 2 | 1B | 0 | 15 | 127 | 22 | 44 |
| Octal | 305 | 223 | 312 | 2 | 33 | 0 | 25 | 447 | 42 | 104 |
| Binary | 11000101 | 10010011 | 11001010 | 10 | 11011 | 0 | 10101 | 100100111 | 100010 | 1000100 |
Color Harmonies of #C593CA
Complementary color
Monochromatic Colors of #C593CA
Black with #C593CA
Text Example
Text Example
White with #C593CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593CA; }
p { color: rgb(197,147,202); }
H1.HeaderClassName
{
color: #C593CA;
}
.AnyTagClassName
{
color: #C593CA;
}
</style>
background-color css
<style>
a { background-color: #C593CA; }
a { background-color: rgb(197,147,202); }
div.DivClassName
{
background-color: #C593CA;
}
.BgClassName
{
background-color: #C593CA;
}
</style>
border-color css
<style>
span { border-color: #C593CA; }
span { border-color: rgb(197,147,202); }
td.TdClassName
{
border-color: #C593CA;
}
.TagClassName
{
border-color: #C593CA;
}
</style>