Shades of Lily #C593B3
Tints of Lily #C593B3
RGB
CMYK
RGB Variations
Color information
#C593B3 (or 0xC593B3) is known color: Lily. HEX triplet: C5, 93 and B3. RGB value is (197,147,179). Sum of RGB (Red+Green+Blue) = 197+147+179=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C593B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593B3 is #3A6C4C. Grayscale: #A5A5A5. Windows color (decimal): -3828813 or 11768773. OLE color: 11768773.
HSL color Cylindrical-coordinate representation of color #C593B3: hue angle of 321.6º 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 #C593B3 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 179 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.23 |
| HSL | 321.6º | 0.3% | 0.67% | - |
| HSV(B) | 321.6º | 0.25% | 0.77% | - |
| XYZ | 41.6 | 35.99 | 47.4 | - |
| YUV | 165.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 179 | 0 | 0.25 | 0.09 | 0.23 | 321.6 | 0.3 | 0.67 |
| Hex | C5 | 93 | B3 | 0 | 19 | 9 | 17 | 142 | 1E | 43 |
| Octal | 305 | 223 | 263 | 0 | 31 | 11 | 27 | 502 | 36 | 103 |
| Binary | 11000101 | 10010011 | 10110011 | 0 | 11001 | 1001 | 10111 | 101000010 | 11110 | 1000011 |
Color Harmonies of #C593B3
Complementary color
Monochromatic Colors of #C593B3
Black with #C593B3
Text Example
Text Example
White with #C593B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593B3; }
p { color: rgb(197,147,179); }
H1.HeaderClassName
{
color: #C593B3;
}
.AnyTagClassName
{
color: #C593B3;
}
</style>
background-color css
<style>
a { background-color: #C593B3; }
a { background-color: rgb(197,147,179); }
div.DivClassName
{
background-color: #C593B3;
}
.BgClassName
{
background-color: #C593B3;
}
</style>
border-color css
<style>
span { border-color: #C593B3; }
span { border-color: rgb(197,147,179); }
td.TdClassName
{
border-color: #C593B3;
}
.TagClassName
{
border-color: #C593B3;
}
</style>