Shades of Hopbush #C47DA3
Tints of Hopbush #C47DA3
RGB
CMYK
RGB Variations
Color information
#C47DA3 (or 0xC47DA3) is known color: Hopbush. HEX triplet: C4, 7D and A3. RGB value is (196,125,163). Sum of RGB (Red+Green+Blue) = 196+125+163=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47DA3 is #3B825C. Grayscale: #969696. Windows color (decimal): -3899997 or 10714564. OLE color: 10714564.
HSL color Cylindrical-coordinate representation of color #C47DA3: hue angle of 327.89º 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 #C47DA3 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 163 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.23 |
| HSL | 327.89º | 0.38% | 0.63% | - |
| HSV(B) | 327.89º | 0.36% | 0.77% | - |
| XYZ | 36.71 | 29.05 | 38.32 | - |
| YUV | 150.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 163 | 0 | 0.36 | 0.17 | 0.23 | 327.89 | 0.38 | 0.63 |
| Hex | C4 | 7D | A3 | 0 | 24 | 11 | 17 | 148 | 26 | 3F |
| Octal | 304 | 175 | 243 | 0 | 44 | 21 | 27 | 510 | 46 | 77 |
| Binary | 11000100 | 1111101 | 10100011 | 0 | 100100 | 10001 | 10111 | 101001000 | 100110 | 111111 |
Color Harmonies of #C47DA3
Complementary color
Monochromatic Colors of #C47DA3
Black with #C47DA3
Text Example
Text Example
White with #C47DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47DA3; }
p { color: rgb(196,125,163); }
H1.HeaderClassName
{
color: #C47DA3;
}
.AnyTagClassName
{
color: #C47DA3;
}
</style>
background-color css
<style>
a { background-color: #C47DA3; }
a { background-color: rgb(196,125,163); }
div.DivClassName
{
background-color: #C47DA3;
}
.BgClassName
{
background-color: #C47DA3;
}
</style>
border-color css
<style>
span { border-color: #C47DA3; }
span { border-color: rgb(196,125,163); }
td.TdClassName
{
border-color: #C47DA3;
}
.TagClassName
{
border-color: #C47DA3;
}
</style>