Shades of Lily #C58FB2
Tints of Lily #C58FB2
RGB
CMYK
RGB Variations
Color information
#C58FB2 (or 0xC58FB2) is known color: Lily. HEX triplet: C5, 8F and B2. RGB value is (197,143,178). Sum of RGB (Red+Green+Blue) = 197+143+178=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58FB2 is #3A704D. Grayscale: #A3A3A3. Windows color (decimal): -3829838 or 11702213. OLE color: 11702213.
HSL color Cylindrical-coordinate representation of color #C58FB2: hue angle of 321.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58FB2 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 178 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.23 |
| HSL | 321.11º | 0.32% | 0.67% | - |
| HSV(B) | 321.11º | 0.27% | 0.77% | - |
| XYZ | 40.88 | 34.73 | 46.67 | - |
| YUV | 163.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 178 | 0 | 0.27 | 0.10 | 0.23 | 321.11 | 0.32 | 0.67 |
| Hex | C5 | 8F | B2 | 0 | 1B | A | 17 | 141 | 20 | 43 |
| Octal | 305 | 217 | 262 | 0 | 33 | 12 | 27 | 501 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10110010 | 0 | 11011 | 1010 | 10111 | 101000001 | 100000 | 1000011 |
Color Harmonies of #C58FB2
Complementary color
Monochromatic Colors of #C58FB2
Black with #C58FB2
Text Example
Text Example
White with #C58FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FB2; }
p { color: rgb(197,143,178); }
H1.HeaderClassName
{
color: #C58FB2;
}
.AnyTagClassName
{
color: #C58FB2;
}
</style>
background-color css
<style>
a { background-color: #C58FB2; }
a { background-color: rgb(197,143,178); }
div.DivClassName
{
background-color: #C58FB2;
}
.BgClassName
{
background-color: #C58FB2;
}
</style>
border-color css
<style>
span { border-color: #C58FB2; }
span { border-color: rgb(197,143,178); }
td.TdClassName
{
border-color: #C58FB2;
}
.TagClassName
{
border-color: #C58FB2;
}
</style>