Shades of Lily #C59DB3
Tints of Lily #C59DB3
RGB
CMYK
RGB Variations
Color information
#C59DB3 (or 0xC59DB3) is known color: Lily. HEX triplet: C5, 9D and B3. RGB value is (197,157,179). Sum of RGB (Red+Green+Blue) = 197+157+179=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C59DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DB3 is #3A624C. Grayscale: #ABABAB. Windows color (decimal): -3826253 or 11771333. OLE color: 11771333.
HSL color Cylindrical-coordinate representation of color #C59DB3: hue angle of 327º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C59DB3 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 179 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.23 |
| HSL | 327º | 0.26% | 0.69% | - |
| HSV(B) | 327º | 0.2% | 0.77% | - |
| XYZ | 43.22 | 39.24 | 47.94 | - |
| YUV | 171.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 179 | 0 | 0.20 | 0.09 | 0.23 | 327 | 0.26 | 0.69 |
| Hex | C5 | 9D | B3 | 0 | 14 | 9 | 17 | 147 | 1A | 45 |
| Octal | 305 | 235 | 263 | 0 | 24 | 11 | 27 | 507 | 32 | 105 |
| Binary | 11000101 | 10011101 | 10110011 | 0 | 10100 | 1001 | 10111 | 101000111 | 11010 | 1000101 |
Color Harmonies of #C59DB3
Complementary color
Monochromatic Colors of #C59DB3
Black with #C59DB3
Text Example
Text Example
White with #C59DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DB3; }
p { color: rgb(197,157,179); }
H1.HeaderClassName
{
color: #C59DB3;
}
.AnyTagClassName
{
color: #C59DB3;
}
</style>
background-color css
<style>
a { background-color: #C59DB3; }
a { background-color: rgb(197,157,179); }
div.DivClassName
{
background-color: #C59DB3;
}
.BgClassName
{
background-color: #C59DB3;
}
</style>
border-color css
<style>
span { border-color: #C59DB3; }
span { border-color: rgb(197,157,179); }
td.TdClassName
{
border-color: #C59DB3;
}
.TagClassName
{
border-color: #C59DB3;
}
</style>