Shades of Hopbush #C87DA5
Tints of Hopbush #C87DA5
RGB
CMYK
RGB Variations
Color information
#C87DA5 (or 0xC87DA5) is known color: Hopbush. HEX triplet: C8, 7D and A5. RGB value is (200,125,165). Sum of RGB (Red+Green+Blue) = 200+125+165=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87DA5 is #37825A. Grayscale: #979797. Windows color (decimal): -3637851 or 10845640. OLE color: 10845640.
HSL color Cylindrical-coordinate representation of color #C87DA5: hue angle of 328º 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 #C87DA5 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 165 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.22 |
| HSL | 328º | 0.41% | 0.64% | - |
| HSV(B) | 328º | 0.38% | 0.78% | - |
| XYZ | 37.94 | 29.66 | 39.32 | - |
| YUV | 151.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 165 | 0 | 0.38 | 0.18 | 0.22 | 328 | 0.41 | 0.64 |
| Hex | C8 | 7D | A5 | 0 | 26 | 12 | 16 | 148 | 29 | 40 |
| Octal | 310 | 175 | 245 | 0 | 46 | 22 | 26 | 510 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10100101 | 0 | 100110 | 10010 | 10110 | 101001000 | 101001 | 1000000 |
Color Harmonies of #C87DA5
Complementary color
Monochromatic Colors of #C87DA5
Black with #C87DA5
Text Example
Text Example
White with #C87DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DA5; }
p { color: rgb(200,125,165); }
H1.HeaderClassName
{
color: #C87DA5;
}
.AnyTagClassName
{
color: #C87DA5;
}
</style>
background-color css
<style>
a { background-color: #C87DA5; }
a { background-color: rgb(200,125,165); }
div.DivClassName
{
background-color: #C87DA5;
}
.BgClassName
{
background-color: #C87DA5;
}
</style>
border-color css
<style>
span { border-color: #C87DA5; }
span { border-color: rgb(200,125,165); }
td.TdClassName
{
border-color: #C87DA5;
}
.TagClassName
{
border-color: #C87DA5;
}
</style>