Shades of Hopbush #C87CA4
Tints of Hopbush #C87CA4
RGB
CMYK
RGB Variations
Color information
#C87CA4 (or 0xC87CA4) is known color: Hopbush. HEX triplet: C8, 7C and A4. RGB value is (200,124,164). Sum of RGB (Red+Green+Blue) = 200+124+164=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87CA4 is #37835B. Grayscale: #979797. Windows color (decimal): -3638108 or 10779848. OLE color: 10779848.
HSL color Cylindrical-coordinate representation of color #C87CA4: hue angle of 328.42º 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 #C87CA4 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 164 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.22 |
| HSL | 328.42º | 0.41% | 0.64% | - |
| HSV(B) | 328.42º | 0.38% | 0.78% | - |
| XYZ | 37.73 | 29.38 | 38.8 | - |
| YUV | 151.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 164 | 0 | 0.38 | 0.18 | 0.22 | 328.42 | 0.41 | 0.64 |
| Hex | C8 | 7C | A4 | 0 | 26 | 12 | 16 | 148 | 29 | 40 |
| Octal | 310 | 174 | 244 | 0 | 46 | 22 | 26 | 510 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10100100 | 0 | 100110 | 10010 | 10110 | 101001000 | 101001 | 1000000 |
Color Harmonies of #C87CA4
Complementary color
Monochromatic Colors of #C87CA4
Black with #C87CA4
Text Example
Text Example
White with #C87CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CA4; }
p { color: rgb(200,124,164); }
H1.HeaderClassName
{
color: #C87CA4;
}
.AnyTagClassName
{
color: #C87CA4;
}
</style>
background-color css
<style>
a { background-color: #C87CA4; }
a { background-color: rgb(200,124,164); }
div.DivClassName
{
background-color: #C87CA4;
}
.BgClassName
{
background-color: #C87CA4;
}
</style>
border-color css
<style>
span { border-color: #C87CA4; }
span { border-color: rgb(200,124,164); }
td.TdClassName
{
border-color: #C87CA4;
}
.TagClassName
{
border-color: #C87CA4;
}
</style>