Shades of Hopbush #C47D9E
Tints of Hopbush #C47D9E
RGB
CMYK
RGB Variations
Color information
#C47D9E (or 0xC47D9E) is known color: Hopbush. HEX triplet: C4, 7D and 9E. RGB value is (196,125,158). Sum of RGB (Red+Green+Blue) = 196+125+158=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47D9E is #3B8261. Grayscale: #959595. Windows color (decimal): -3900002 or 10386884. OLE color: 10386884.
HSL color Cylindrical-coordinate representation of color #C47D9E: hue angle of 332.11º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47D9E is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 158 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.23 |
| HSL | 332.11º | 0.38% | 0.63% | - |
| HSV(B) | 332.11º | 0.36% | 0.77% | - |
| XYZ | 36.27 | 28.87 | 36.01 | - |
| YUV | 149.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 158 | 0 | 0.36 | 0.19 | 0.23 | 332.11 | 0.38 | 0.63 |
| Hex | C4 | 7D | 9E | 0 | 24 | 13 | 17 | 14C | 26 | 3F |
| Octal | 304 | 175 | 236 | 0 | 44 | 23 | 27 | 514 | 46 | 77 |
| Binary | 11000100 | 1111101 | 10011110 | 0 | 100100 | 10011 | 10111 | 101001100 | 100110 | 111111 |
Color Harmonies of #C47D9E
Complementary color
Monochromatic Colors of #C47D9E
Black with #C47D9E
Text Example
Text Example
White with #C47D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D9E; }
p { color: rgb(196,125,158); }
H1.HeaderClassName
{
color: #C47D9E;
}
.AnyTagClassName
{
color: #C47D9E;
}
</style>
background-color css
<style>
a { background-color: #C47D9E; }
a { background-color: rgb(196,125,158); }
div.DivClassName
{
background-color: #C47D9E;
}
.BgClassName
{
background-color: #C47D9E;
}
</style>
border-color css
<style>
span { border-color: #C47D9E; }
span { border-color: rgb(196,125,158); }
td.TdClassName
{
border-color: #C47D9E;
}
.TagClassName
{
border-color: #C47D9E;
}
</style>