Shades of Hopbush #C86EAD
Tints of Hopbush #C86EAD
RGB
CMYK
RGB Variations
Color information
#C86EAD (or 0xC86EAD) is known color: Hopbush. HEX triplet: C8, 6E and AD. RGB value is (200,110,173). Sum of RGB (Red+Green+Blue) = 200+110+173=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86EAD is #379152. Grayscale: #8F8F8F. Windows color (decimal): -3641683 or 11366088. OLE color: 11366088.
HSL color Cylindrical-coordinate representation of color #C86EAD: hue angle of 318º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86EAD is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 173 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.22 |
| HSL | 318º | 0.45% | 0.61% | - |
| HSV(B) | 318º | 0.45% | 0.78% | - |
| XYZ | 36.94 | 26.45 | 42.69 | - |
| YUV | 144.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 173 | 0 | 0.45 | 0.14 | 0.22 | 318 | 0.45 | 0.61 |
| Hex | C8 | 6E | AD | 0 | 2D | E | 16 | 13E | 2D | 3D |
| Octal | 310 | 156 | 255 | 0 | 55 | 16 | 26 | 476 | 55 | 75 |
| Binary | 11001000 | 1101110 | 10101101 | 0 | 101101 | 1110 | 10110 | 100111110 | 101101 | 111101 |
Color Harmonies of #C86EAD
Complementary color
Monochromatic Colors of #C86EAD
Black with #C86EAD
Text Example
Text Example
White with #C86EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EAD; }
p { color: rgb(200,110,173); }
H1.HeaderClassName
{
color: #C86EAD;
}
.AnyTagClassName
{
color: #C86EAD;
}
</style>
background-color css
<style>
a { background-color: #C86EAD; }
a { background-color: rgb(200,110,173); }
div.DivClassName
{
background-color: #C86EAD;
}
.BgClassName
{
background-color: #C86EAD;
}
</style>
border-color css
<style>
span { border-color: #C86EAD; }
span { border-color: rgb(200,110,173); }
td.TdClassName
{
border-color: #C86EAD;
}
.TagClassName
{
border-color: #C86EAD;
}
</style>