Shades of Hopbush #C87DA1
Tints of Hopbush #C87DA1
RGB
CMYK
RGB Variations
Color information
#C87DA1 (or 0xC87DA1) is known color: Hopbush. HEX triplet: C8, 7D and A1. RGB value is (200,125,161). Sum of RGB (Red+Green+Blue) = 200+125+161=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87DA1 is #37825E. Grayscale: #979797. Windows color (decimal): -3637855 or 10583496. OLE color: 10583496.
HSL color Cylindrical-coordinate representation of color #C87DA1: hue angle of 331.2º 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 #C87DA1 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 161 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.22 |
| HSL | 331.2º | 0.41% | 0.64% | - |
| HSV(B) | 331.2º | 0.38% | 0.78% | - |
| XYZ | 37.59 | 29.52 | 37.44 | - |
| YUV | 151.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 161 | 0 | 0.38 | 0.19 | 0.22 | 331.2 | 0.41 | 0.64 |
| Hex | C8 | 7D | A1 | 0 | 26 | 13 | 16 | 14B | 29 | 40 |
| Octal | 310 | 175 | 241 | 0 | 46 | 23 | 26 | 513 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10100001 | 0 | 100110 | 10011 | 10110 | 101001011 | 101001 | 1000000 |
Color Harmonies of #C87DA1
Complementary color
Monochromatic Colors of #C87DA1
Black with #C87DA1
Text Example
Text Example
White with #C87DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DA1; }
p { color: rgb(200,125,161); }
H1.HeaderClassName
{
color: #C87DA1;
}
.AnyTagClassName
{
color: #C87DA1;
}
</style>
background-color css
<style>
a { background-color: #C87DA1; }
a { background-color: rgb(200,125,161); }
div.DivClassName
{
background-color: #C87DA1;
}
.BgClassName
{
background-color: #C87DA1;
}
</style>
border-color css
<style>
span { border-color: #C87DA1; }
span { border-color: rgb(200,125,161); }
td.TdClassName
{
border-color: #C87DA1;
}
.TagClassName
{
border-color: #C87DA1;
}
</style>