Shades of Hopbush #C87FA8
Tints of Hopbush #C87FA8
RGB
CMYK
RGB Variations
Color information
#C87FA8 (or 0xC87FA8) is known color: Hopbush. HEX triplet: C8, 7F and A8. RGB value is (200,127,168). Sum of RGB (Red+Green+Blue) = 200+127+168=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87FA8 is #378057. Grayscale: #999999. Windows color (decimal): -3637336 or 11042760. OLE color: 11042760.
HSL color Cylindrical-coordinate representation of color #C87FA8: hue angle of 326.3º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FA8 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 168 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.22 |
| HSL | 326.3º | 0.4% | 0.64% | - |
| HSV(B) | 326.3º | 0.37% | 0.78% | - |
| XYZ | 38.48 | 30.29 | 40.86 | - |
| YUV | 153.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 168 | 0 | 0.36 | 0.16 | 0.22 | 326.3 | 0.4 | 0.64 |
| Hex | C8 | 7F | A8 | 0 | 24 | 10 | 16 | 146 | 28 | 40 |
| Octal | 310 | 177 | 250 | 0 | 44 | 20 | 26 | 506 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10101000 | 0 | 100100 | 10000 | 10110 | 101000110 | 101000 | 1000000 |
Color Harmonies of #C87FA8
Complementary color
Monochromatic Colors of #C87FA8
Black with #C87FA8
Text Example
Text Example
White with #C87FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FA8; }
p { color: rgb(200,127,168); }
H1.HeaderClassName
{
color: #C87FA8;
}
.AnyTagClassName
{
color: #C87FA8;
}
</style>
background-color css
<style>
a { background-color: #C87FA8; }
a { background-color: rgb(200,127,168); }
div.DivClassName
{
background-color: #C87FA8;
}
.BgClassName
{
background-color: #C87FA8;
}
</style>
border-color css
<style>
span { border-color: #C87FA8; }
span { border-color: rgb(200,127,168); }
td.TdClassName
{
border-color: #C87FA8;
}
.TagClassName
{
border-color: #C87FA8;
}
</style>