Shades of Lilac #C593CF
Tints of Lilac #C593CF
RGB
CMYK
RGB Variations
Color information
#C593CF (or 0xC593CF) is known color: Lilac. HEX triplet: C5, 93 and CF. RGB value is (197,147,207). Sum of RGB (Red+Green+Blue) = 197+147+207=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #C593CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593CF is #3A6C30. Grayscale: #A8A8A8. Windows color (decimal): -3828785 or 13603781. OLE color: 13603781.
HSL color Cylindrical-coordinate representation of color #C593CF: hue angle of 290º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C593CF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 147 | 207 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.19 |
| HSL | 290º | 0.38% | 0.69% | - |
| HSV(B) | 290º | 0.29% | 0.81% | - |
| XYZ | 44.72 | 37.24 | 63.86 | - |
| YUV | 168.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 207 | 0.05 | 0.29 | 0 | 0.19 | 290 | 0.38 | 0.69 |
| Hex | C5 | 93 | CF | 5 | 1D | 0 | 13 | 122 | 26 | 45 |
| Octal | 305 | 223 | 317 | 5 | 35 | 0 | 23 | 442 | 46 | 105 |
| Binary | 11000101 | 10010011 | 11001111 | 101 | 11101 | 0 | 10011 | 100100010 | 100110 | 1000101 |
Color Harmonies of #C593CF
Complementary color
Monochromatic Colors of #C593CF
Black with #C593CF
Text Example
Text Example
White with #C593CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593CF; }
p { color: rgb(197,147,207); }
H1.HeaderClassName
{
color: #C593CF;
}
.AnyTagClassName
{
color: #C593CF;
}
</style>
background-color css
<style>
a { background-color: #C593CF; }
a { background-color: rgb(197,147,207); }
div.DivClassName
{
background-color: #C593CF;
}
.BgClassName
{
background-color: #C593CF;
}
</style>
border-color css
<style>
span { border-color: #C593CF; }
span { border-color: rgb(197,147,207); }
td.TdClassName
{
border-color: #C593CF;
}
.TagClassName
{
border-color: #C593CF;
}
</style>