Shades of Hopbush #C87C9D
Tints of Hopbush #C87C9D
RGB
CMYK
RGB Variations
Color information
#C87C9D (or 0xC87C9D) is known color: Hopbush. HEX triplet: C8, 7C and 9D. RGB value is (200,124,157). Sum of RGB (Red+Green+Blue) = 200+124+157=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87C9D is #378362. Grayscale: #969696. Windows color (decimal): -3638115 or 10321096. OLE color: 10321096.
HSL color Cylindrical-coordinate representation of color #C87C9D: hue angle of 333.95º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87C9D is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 157 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.22 |
| HSL | 333.95º | 0.41% | 0.64% | - |
| HSV(B) | 333.95º | 0.38% | 0.78% | - |
| XYZ | 37.11 | 29.13 | 35.56 | - |
| YUV | 150.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 157 | 0 | 0.38 | 0.22 | 0.22 | 333.95 | 0.41 | 0.64 |
| Hex | C8 | 7C | 9D | 0 | 26 | 16 | 16 | 14E | 29 | 40 |
| Octal | 310 | 174 | 235 | 0 | 46 | 26 | 26 | 516 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10011101 | 0 | 100110 | 10110 | 10110 | 101001110 | 101001 | 1000000 |
Color Harmonies of #C87C9D
Complementary color
Monochromatic Colors of #C87C9D
Black with #C87C9D
Text Example
Text Example
White with #C87C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C9D; }
p { color: rgb(200,124,157); }
H1.HeaderClassName
{
color: #C87C9D;
}
.AnyTagClassName
{
color: #C87C9D;
}
</style>
background-color css
<style>
a { background-color: #C87C9D; }
a { background-color: rgb(200,124,157); }
div.DivClassName
{
background-color: #C87C9D;
}
.BgClassName
{
background-color: #C87C9D;
}
</style>
border-color css
<style>
span { border-color: #C87C9D; }
span { border-color: rgb(200,124,157); }
td.TdClassName
{
border-color: #C87C9D;
}
.TagClassName
{
border-color: #C87C9D;
}
</style>