Shades of Lilac #C593CC
Tints of Lilac #C593CC
RGB
CMYK
RGB Variations
Color information
#C593CC (or 0xC593CC) is known color: Lilac. HEX triplet: C5, 93 and CC. RGB value is (197,147,204). Sum of RGB (Red+Green+Blue) = 197+147+204=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C593CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593CC is #3A6C33. Grayscale: #A8A8A8. Windows color (decimal): -3828788 or 13407173. OLE color: 13407173.
HSL color Cylindrical-coordinate representation of color #C593CC: hue angle of 292.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C593CC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 147 | 204 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.2 |
| HSL | 292.63º | 0.36% | 0.69% | - |
| HSV(B) | 292.63º | 0.28% | 0.8% | - |
| XYZ | 44.36 | 37.1 | 61.95 | - |
| YUV | 168.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 204 | 0.03 | 0.28 | 0 | 0.2 | 292.63 | 0.36 | 0.69 |
| Hex | C5 | 93 | CC | 3 | 1C | 0 | 14 | 125 | 24 | 45 |
| Octal | 305 | 223 | 314 | 3 | 34 | 0 | 24 | 445 | 44 | 105 |
| Binary | 11000101 | 10010011 | 11001100 | 11 | 11100 | 0 | 10100 | 100100101 | 100100 | 1000101 |
Color Harmonies of #C593CC
Complementary color
Monochromatic Colors of #C593CC
Black with #C593CC
Text Example
Text Example
White with #C593CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593CC; }
p { color: rgb(197,147,204); }
H1.HeaderClassName
{
color: #C593CC;
}
.AnyTagClassName
{
color: #C593CC;
}
</style>
background-color css
<style>
a { background-color: #C593CC; }
a { background-color: rgb(197,147,204); }
div.DivClassName
{
background-color: #C593CC;
}
.BgClassName
{
background-color: #C593CC;
}
</style>
border-color css
<style>
span { border-color: #C593CC; }
span { border-color: rgb(197,147,204); }
td.TdClassName
{
border-color: #C593CC;
}
.TagClassName
{
border-color: #C593CC;
}
</style>