Shades of Lily #C59BBC
Tints of Lily #C59BBC
RGB
CMYK
RGB Variations
Color information
#C59BBC (or 0xC59BBC) is known color: Lily. HEX triplet: C5, 9B and BC. RGB value is (197,155,188). Sum of RGB (Red+Green+Blue) = 197+155+188=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C59BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BBC is #3A6443. Grayscale: #ABABAB. Windows color (decimal): -3826756 or 12360645. OLE color: 12360645.
HSL color Cylindrical-coordinate representation of color #C59BBC: hue angle of 312.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C59BBC is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 188 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.23 |
| HSL | 312.86º | 0.27% | 0.69% | - |
| HSV(B) | 312.86º | 0.21% | 0.77% | - |
| XYZ | 43.82 | 38.94 | 52.78 | - |
| YUV | 171.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 188 | 0 | 0.21 | 0.05 | 0.23 | 312.86 | 0.27 | 0.69 |
| Hex | C5 | 9B | BC | 0 | 15 | 5 | 17 | 139 | 1B | 45 |
| Octal | 305 | 233 | 274 | 0 | 25 | 5 | 27 | 471 | 33 | 105 |
| Binary | 11000101 | 10011011 | 10111100 | 0 | 10101 | 101 | 10111 | 100111001 | 11011 | 1000101 |
Color Harmonies of #C59BBC
Complementary color
Monochromatic Colors of #C59BBC
Black with #C59BBC
Text Example
Text Example
White with #C59BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BBC; }
p { color: rgb(197,155,188); }
H1.HeaderClassName
{
color: #C59BBC;
}
.AnyTagClassName
{
color: #C59BBC;
}
</style>
background-color css
<style>
a { background-color: #C59BBC; }
a { background-color: rgb(197,155,188); }
div.DivClassName
{
background-color: #C59BBC;
}
.BgClassName
{
background-color: #C59BBC;
}
</style>
border-color css
<style>
span { border-color: #C59BBC; }
span { border-color: rgb(197,155,188); }
td.TdClassName
{
border-color: #C59BBC;
}
.TagClassName
{
border-color: #C59BBC;
}
</style>