Shades of Lilac #C593C0
Tints of Lilac #C593C0
RGB
CMYK
RGB Variations
Color information
#C593C0 (or 0xC593C0) is known color: Lilac. HEX triplet: C5, 93 and C0. RGB value is (197,147,192). Sum of RGB (Red+Green+Blue) = 197+147+192=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C593C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593C0 is #3A6C3F. Grayscale: #A6A6A6. Windows color (decimal): -3828800 or 12620741. OLE color: 12620741.
HSL color Cylindrical-coordinate representation of color #C593C0: hue angle of 306º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C593C0 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 192 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.23 |
| HSL | 306º | 0.3% | 0.67% | - |
| HSV(B) | 306º | 0.25% | 0.77% | - |
| XYZ | 42.97 | 36.54 | 54.66 | - |
| YUV | 167.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 192 | 0 | 0.25 | 0.03 | 0.23 | 306 | 0.3 | 0.67 |
| Hex | C5 | 93 | C0 | 0 | 19 | 3 | 17 | 132 | 1E | 43 |
| Octal | 305 | 223 | 300 | 0 | 31 | 3 | 27 | 462 | 36 | 103 |
| Binary | 11000101 | 10010011 | 11000000 | 0 | 11001 | 11 | 10111 | 100110010 | 11110 | 1000011 |
Color Harmonies of #C593C0
Complementary color
Monochromatic Colors of #C593C0
Black with #C593C0
Text Example
Text Example
White with #C593C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593C0; }
p { color: rgb(197,147,192); }
H1.HeaderClassName
{
color: #C593C0;
}
.AnyTagClassName
{
color: #C593C0;
}
</style>
background-color css
<style>
a { background-color: #C593C0; }
a { background-color: rgb(197,147,192); }
div.DivClassName
{
background-color: #C593C0;
}
.BgClassName
{
background-color: #C593C0;
}
</style>
border-color css
<style>
span { border-color: #C593C0; }
span { border-color: rgb(197,147,192); }
td.TdClassName
{
border-color: #C593C0;
}
.TagClassName
{
border-color: #C593C0;
}
</style>