Shades of Lilac #C593C4
Tints of Lilac #C593C4
RGB
CMYK
RGB Variations
Color information
#C593C4 (or 0xC593C4) is known color: Lilac. HEX triplet: C5, 93 and C4. RGB value is (197,147,196). Sum of RGB (Red+Green+Blue) = 197+147+196=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C593C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593C4 is #3A6C3B. Grayscale: #A7A7A7. Windows color (decimal): -3828796 or 12882885. OLE color: 12882885.
HSL color Cylindrical-coordinate representation of color #C593C4: hue angle of 301.2º 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 #C593C4 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 196 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.23 |
| HSL | 301.2º | 0.3% | 0.67% | - |
| HSV(B) | 301.2º | 0.25% | 0.77% | - |
| XYZ | 43.42 | 36.72 | 57.02 | - |
| YUV | 167.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 196 | 0 | 0.25 | 0.01 | 0.23 | 301.2 | 0.3 | 0.67 |
| Hex | C5 | 93 | C4 | 0 | 19 | 1 | 17 | 12D | 1E | 43 |
| Octal | 305 | 223 | 304 | 0 | 31 | 1 | 27 | 455 | 36 | 103 |
| Binary | 11000101 | 10010011 | 11000100 | 0 | 11001 | 1 | 10111 | 100101101 | 11110 | 1000011 |
Color Harmonies of #C593C4
Complementary color
Monochromatic Colors of #C593C4
Black with #C593C4
Text Example
Text Example
White with #C593C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593C4; }
p { color: rgb(197,147,196); }
H1.HeaderClassName
{
color: #C593C4;
}
.AnyTagClassName
{
color: #C593C4;
}
</style>
background-color css
<style>
a { background-color: #C593C4; }
a { background-color: rgb(197,147,196); }
div.DivClassName
{
background-color: #C593C4;
}
.BgClassName
{
background-color: #C593C4;
}
</style>
border-color css
<style>
span { border-color: #C593C4; }
span { border-color: rgb(197,147,196); }
td.TdClassName
{
border-color: #C593C4;
}
.TagClassName
{
border-color: #C593C4;
}
</style>