Shades of Hopbush #C87DA4
Tints of Hopbush #C87DA4
RGB
CMYK
RGB Variations
Color information
#C87DA4 (or 0xC87DA4) is known color: Hopbush. HEX triplet: C8, 7D and A4. RGB value is (200,125,164). Sum of RGB (Red+Green+Blue) = 200+125+164=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87DA4 is #37825B. Grayscale: #979797. Windows color (decimal): -3637852 or 10780104. OLE color: 10780104.
HSL color Cylindrical-coordinate representation of color #C87DA4: hue angle of 328.8º 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 #C87DA4 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 164 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.22 |
| HSL | 328.8º | 0.41% | 0.64% | - |
| HSV(B) | 328.8º | 0.38% | 0.78% | - |
| XYZ | 37.85 | 29.63 | 38.85 | - |
| YUV | 151.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 164 | 0 | 0.38 | 0.18 | 0.22 | 328.8 | 0.41 | 0.64 |
| Hex | C8 | 7D | A4 | 0 | 26 | 12 | 16 | 149 | 29 | 40 |
| Octal | 310 | 175 | 244 | 0 | 46 | 22 | 26 | 511 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10100100 | 0 | 100110 | 10010 | 10110 | 101001001 | 101001 | 1000000 |
Color Harmonies of #C87DA4
Complementary color
Monochromatic Colors of #C87DA4
Black with #C87DA4
Text Example
Text Example
White with #C87DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DA4; }
p { color: rgb(200,125,164); }
H1.HeaderClassName
{
color: #C87DA4;
}
.AnyTagClassName
{
color: #C87DA4;
}
</style>
background-color css
<style>
a { background-color: #C87DA4; }
a { background-color: rgb(200,125,164); }
div.DivClassName
{
background-color: #C87DA4;
}
.BgClassName
{
background-color: #C87DA4;
}
</style>
border-color css
<style>
span { border-color: #C87DA4; }
span { border-color: rgb(200,125,164); }
td.TdClassName
{
border-color: #C87DA4;
}
.TagClassName
{
border-color: #C87DA4;
}
</style>