Shades of Lilac #C593C1
Tints of Lilac #C593C1
RGB
CMYK
RGB Variations
Color information
#C593C1 (or 0xC593C1) is known color: Lilac. HEX triplet: C5, 93 and C1. RGB value is (197,147,193). Sum of RGB (Red+Green+Blue) = 197+147+193=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C593C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593C1 is #3A6C3E. Grayscale: #A7A7A7. Windows color (decimal): -3828799 or 12686277. OLE color: 12686277.
HSL color Cylindrical-coordinate representation of color #C593C1: hue angle of 304.8º 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 #C593C1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 193 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.23 |
| HSL | 304.8º | 0.3% | 0.67% | - |
| HSV(B) | 304.8º | 0.25% | 0.77% | - |
| XYZ | 43.09 | 36.59 | 55.24 | - |
| YUV | 167.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 193 | 0 | 0.25 | 0.02 | 0.23 | 304.8 | 0.3 | 0.67 |
| Hex | C5 | 93 | C1 | 0 | 19 | 2 | 17 | 131 | 1E | 43 |
| Octal | 305 | 223 | 301 | 0 | 31 | 2 | 27 | 461 | 36 | 103 |
| Binary | 11000101 | 10010011 | 11000001 | 0 | 11001 | 10 | 10111 | 100110001 | 11110 | 1000011 |
Color Harmonies of #C593C1
Complementary color
Monochromatic Colors of #C593C1
Black with #C593C1
Text Example
Text Example
White with #C593C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593C1; }
p { color: rgb(197,147,193); }
H1.HeaderClassName
{
color: #C593C1;
}
.AnyTagClassName
{
color: #C593C1;
}
</style>
background-color css
<style>
a { background-color: #C593C1; }
a { background-color: rgb(197,147,193); }
div.DivClassName
{
background-color: #C593C1;
}
.BgClassName
{
background-color: #C593C1;
}
</style>
border-color css
<style>
span { border-color: #C593C1; }
span { border-color: rgb(197,147,193); }
td.TdClassName
{
border-color: #C593C1;
}
.TagClassName
{
border-color: #C593C1;
}
</style>