Shades of Hopbush #C87BAD
Tints of Hopbush #C87BAD
RGB
CMYK
RGB Variations
Color information
#C87BAD (or 0xC87BAD) is known color: Hopbush. HEX triplet: C8, 7B and AD. RGB value is (200,123,173). Sum of RGB (Red+Green+Blue) = 200+123+173=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87BAD is #378452. Grayscale: #979797. Windows color (decimal): -3638355 or 11369416. OLE color: 11369416.
HSL color Cylindrical-coordinate representation of color #C87BAD: hue angle of 321.04º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87BAD is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 173 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.22 |
| HSL | 321.04º | 0.41% | 0.63% | - |
| HSV(B) | 321.04º | 0.39% | 0.78% | - |
| XYZ | 38.45 | 29.46 | 43.2 | - |
| YUV | 151.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 173 | 0 | 0.38 | 0.14 | 0.22 | 321.04 | 0.41 | 0.63 |
| Hex | C8 | 7B | AD | 0 | 26 | E | 16 | 141 | 29 | 3F |
| Octal | 310 | 173 | 255 | 0 | 46 | 16 | 26 | 501 | 51 | 77 |
| Binary | 11001000 | 1111011 | 10101101 | 0 | 100110 | 1110 | 10110 | 101000001 | 101001 | 111111 |
Color Harmonies of #C87BAD
Complementary color
Monochromatic Colors of #C87BAD
Black with #C87BAD
Text Example
Text Example
White with #C87BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BAD; }
p { color: rgb(200,123,173); }
H1.HeaderClassName
{
color: #C87BAD;
}
.AnyTagClassName
{
color: #C87BAD;
}
</style>
background-color css
<style>
a { background-color: #C87BAD; }
a { background-color: rgb(200,123,173); }
div.DivClassName
{
background-color: #C87BAD;
}
.BgClassName
{
background-color: #C87BAD;
}
</style>
border-color css
<style>
span { border-color: #C87BAD; }
span { border-color: rgb(200,123,173); }
td.TdClassName
{
border-color: #C87BAD;
}
.TagClassName
{
border-color: #C87BAD;
}
</style>