Shades of Lily #C593B1
Tints of Lily #C593B1
RGB
CMYK
RGB Variations
Color information
#C593B1 (or 0xC593B1) is known color: Lily. HEX triplet: C5, 93 and B1. RGB value is (197,147,177). Sum of RGB (Red+Green+Blue) = 197+147+177=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C593B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C593B1 is #3A6C4E. Grayscale: #A5A5A5. Windows color (decimal): -3828815 or 11637701. OLE color: 11637701.
HSL color Cylindrical-coordinate representation of color #C593B1: hue angle of 324º 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 #C593B1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 177 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.23 |
| HSL | 324º | 0.3% | 0.67% | - |
| HSV(B) | 324º | 0.25% | 0.77% | - |
| XYZ | 41.4 | 35.91 | 46.34 | - |
| YUV | 165.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 177 | 0 | 0.25 | 0.10 | 0.23 | 324 | 0.3 | 0.67 |
| Hex | C5 | 93 | B1 | 0 | 19 | A | 17 | 144 | 1E | 43 |
| Octal | 305 | 223 | 261 | 0 | 31 | 12 | 27 | 504 | 36 | 103 |
| Binary | 11000101 | 10010011 | 10110001 | 0 | 11001 | 1010 | 10111 | 101000100 | 11110 | 1000011 |
Color Harmonies of #C593B1
Complementary color
Monochromatic Colors of #C593B1
Black with #C593B1
Text Example
Text Example
White with #C593B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593B1; }
p { color: rgb(197,147,177); }
H1.HeaderClassName
{
color: #C593B1;
}
.AnyTagClassName
{
color: #C593B1;
}
</style>
background-color css
<style>
a { background-color: #C593B1; }
a { background-color: rgb(197,147,177); }
div.DivClassName
{
background-color: #C593B1;
}
.BgClassName
{
background-color: #C593B1;
}
</style>
border-color css
<style>
span { border-color: #C593B1; }
span { border-color: rgb(197,147,177); }
td.TdClassName
{
border-color: #C593B1;
}
.TagClassName
{
border-color: #C593B1;
}
</style>