Shades of Lily #C47FB0
Tints of Lily #C47FB0
RGB
CMYK
RGB Variations
Color information
#C47FB0 (or 0xC47FB0) is known color: Lily. HEX triplet: C4, 7F and B0. RGB value is (196,127,176). Sum of RGB (Red+Green+Blue) = 196+127+176=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FB0 is #3B804F. Grayscale: #999999. Windows color (decimal): -3899472 or 11567044. OLE color: 11567044.
HSL color Cylindrical-coordinate representation of color #C47FB0: hue angle of 317.39º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47FB0 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 176 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.23 |
| HSL | 317.39º | 0.37% | 0.63% | - |
| HSV(B) | 317.39º | 0.35% | 0.77% | - |
| XYZ | 38.19 | 30.05 | 44.86 | - |
| YUV | 153.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 176 | 0 | 0.35 | 0.10 | 0.23 | 317.39 | 0.37 | 0.63 |
| Hex | C4 | 7F | B0 | 0 | 23 | A | 17 | 13D | 25 | 3F |
| Octal | 304 | 177 | 260 | 0 | 43 | 12 | 27 | 475 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10110000 | 0 | 100011 | 1010 | 10111 | 100111101 | 100101 | 111111 |
Color Harmonies of #C47FB0
Complementary color
Monochromatic Colors of #C47FB0
Black with #C47FB0
Text Example
Text Example
White with #C47FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FB0; }
p { color: rgb(196,127,176); }
H1.HeaderClassName
{
color: #C47FB0;
}
.AnyTagClassName
{
color: #C47FB0;
}
</style>
background-color css
<style>
a { background-color: #C47FB0; }
a { background-color: rgb(196,127,176); }
div.DivClassName
{
background-color: #C47FB0;
}
.BgClassName
{
background-color: #C47FB0;
}
</style>
border-color css
<style>
span { border-color: #C47FB0; }
span { border-color: rgb(196,127,176); }
td.TdClassName
{
border-color: #C47FB0;
}
.TagClassName
{
border-color: #C47FB0;
}
</style>