Shades of Lily #C58BB3
Tints of Lily #C58BB3
RGB
CMYK
RGB Variations
Color information
#C58BB3 (or 0xC58BB3) is known color: Lily. HEX triplet: C5, 8B and B3. RGB value is (197,139,179). Sum of RGB (Red+Green+Blue) = 197+139+179=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BB3 is #3A744C. Grayscale: #A0A0A0. Windows color (decimal): -3830861 or 11766725. OLE color: 11766725.
HSL color Cylindrical-coordinate representation of color #C58BB3: hue angle of 318.62º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58BB3 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 179 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.23 |
| HSL | 318.62º | 0.33% | 0.66% | - |
| HSV(B) | 318.62º | 0.29% | 0.77% | - |
| XYZ | 40.4 | 33.59 | 47 | - |
| YUV | 160.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 179 | 0 | 0.29 | 0.09 | 0.23 | 318.62 | 0.33 | 0.66 |
| Hex | C5 | 8B | B3 | 0 | 1D | 9 | 17 | 13F | 21 | 42 |
| Octal | 305 | 213 | 263 | 0 | 35 | 11 | 27 | 477 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10110011 | 0 | 11101 | 1001 | 10111 | 100111111 | 100001 | 1000010 |
Color Harmonies of #C58BB3
Complementary color
Monochromatic Colors of #C58BB3
Black with #C58BB3
Text Example
Text Example
White with #C58BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BB3; }
p { color: rgb(197,139,179); }
H1.HeaderClassName
{
color: #C58BB3;
}
.AnyTagClassName
{
color: #C58BB3;
}
</style>
background-color css
<style>
a { background-color: #C58BB3; }
a { background-color: rgb(197,139,179); }
div.DivClassName
{
background-color: #C58BB3;
}
.BgClassName
{
background-color: #C58BB3;
}
</style>
border-color css
<style>
span { border-color: #C58BB3; }
span { border-color: rgb(197,139,179); }
td.TdClassName
{
border-color: #C58BB3;
}
.TagClassName
{
border-color: #C58BB3;
}
</style>