Shades of Lilac #C593BC
Tints of Lilac #C593BC
RGB
CMYK
RGB Variations
Color information
#C593BC (or 0xC593BC) is known color: Lilac. HEX triplet: C5, 93 and BC. RGB value is (197,147,188). Sum of RGB (Red+Green+Blue) = 197+147+188=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C593BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593BC is #3A6C43. Grayscale: #A6A6A6. Windows color (decimal): -3828804 or 12358597. OLE color: 12358597.
HSL color Cylindrical-coordinate representation of color #C593BC: hue angle of 310.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 #C593BC is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 188 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.23 |
| HSL | 310.8º | 0.3% | 0.67% | - |
| HSV(B) | 310.8º | 0.25% | 0.77% | - |
| XYZ | 42.54 | 36.37 | 52.35 | - |
| YUV | 166.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 188 | 0 | 0.25 | 0.05 | 0.23 | 310.8 | 0.3 | 0.67 |
| Hex | C5 | 93 | BC | 0 | 19 | 5 | 17 | 137 | 1E | 43 |
| Octal | 305 | 223 | 274 | 0 | 31 | 5 | 27 | 467 | 36 | 103 |
| Binary | 11000101 | 10010011 | 10111100 | 0 | 11001 | 101 | 10111 | 100110111 | 11110 | 1000011 |
Color Harmonies of #C593BC
Complementary color
Monochromatic Colors of #C593BC
Black with #C593BC
Text Example
Text Example
White with #C593BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593BC; }
p { color: rgb(197,147,188); }
H1.HeaderClassName
{
color: #C593BC;
}
.AnyTagClassName
{
color: #C593BC;
}
</style>
background-color css
<style>
a { background-color: #C593BC; }
a { background-color: rgb(197,147,188); }
div.DivClassName
{
background-color: #C593BC;
}
.BgClassName
{
background-color: #C593BC;
}
</style>
border-color css
<style>
span { border-color: #C593BC; }
span { border-color: rgb(197,147,188); }
td.TdClassName
{
border-color: #C593BC;
}
.TagClassName
{
border-color: #C593BC;
}
</style>