Shades of Hopbush #C87D9E
Tints of Hopbush #C87D9E
RGB
CMYK
RGB Variations
Color information
#C87D9E (or 0xC87D9E) is known color: Hopbush. HEX triplet: C8, 7D and 9E. RGB value is (200,125,158). Sum of RGB (Red+Green+Blue) = 200+125+158=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D9E is #378261. Grayscale: #979797. Windows color (decimal): -3637858 or 10386888. OLE color: 10386888.
HSL color Cylindrical-coordinate representation of color #C87D9E: hue angle of 333.6º 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 #C87D9E is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 158 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.22 |
| HSL | 333.6º | 0.41% | 0.64% | - |
| HSV(B) | 333.6º | 0.38% | 0.78% | - |
| XYZ | 37.32 | 29.42 | 36.06 | - |
| YUV | 151.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 158 | 0 | 0.38 | 0.21 | 0.22 | 333.6 | 0.41 | 0.64 |
| Hex | C8 | 7D | 9E | 0 | 26 | 15 | 16 | 14E | 29 | 40 |
| Octal | 310 | 175 | 236 | 0 | 46 | 25 | 26 | 516 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10011110 | 0 | 100110 | 10101 | 10110 | 101001110 | 101001 | 1000000 |
Color Harmonies of #C87D9E
Complementary color
Monochromatic Colors of #C87D9E
Black with #C87D9E
Text Example
Text Example
White with #C87D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D9E; }
p { color: rgb(200,125,158); }
H1.HeaderClassName
{
color: #C87D9E;
}
.AnyTagClassName
{
color: #C87D9E;
}
</style>
background-color css
<style>
a { background-color: #C87D9E; }
a { background-color: rgb(200,125,158); }
div.DivClassName
{
background-color: #C87D9E;
}
.BgClassName
{
background-color: #C87D9E;
}
</style>
border-color css
<style>
span { border-color: #C87D9E; }
span { border-color: rgb(200,125,158); }
td.TdClassName
{
border-color: #C87D9E;
}
.TagClassName
{
border-color: #C87D9E;
}
</style>