Shades of Hopbush #C86DA8
Tints of Hopbush #C86DA8
RGB
CMYK
RGB Variations
Color information
#C86DA8 (or 0xC86DA8) is known color: Hopbush. HEX triplet: C8, 6D and A8. RGB value is (200,109,168). Sum of RGB (Red+Green+Blue) = 200+109+168=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86DA8 is #379257. Grayscale: #8E8E8E. Windows color (decimal): -3641944 or 11038152. OLE color: 11038152.
HSL color Cylindrical-coordinate representation of color #C86DA8: hue angle of 321.1º 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 #C86DA8 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 168 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.22 |
| HSL | 321.1º | 0.45% | 0.61% | - |
| HSV(B) | 321.1º | 0.46% | 0.78% | - |
| XYZ | 36.36 | 26.04 | 40.16 | - |
| YUV | 142.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 168 | 0 | 0.46 | 0.16 | 0.22 | 321.1 | 0.45 | 0.61 |
| Hex | C8 | 6D | A8 | 0 | 2E | 10 | 16 | 141 | 2D | 3D |
| Octal | 310 | 155 | 250 | 0 | 56 | 20 | 26 | 501 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10101000 | 0 | 101110 | 10000 | 10110 | 101000001 | 101101 | 111101 |
Color Harmonies of #C86DA8
Complementary color
Monochromatic Colors of #C86DA8
Black with #C86DA8
Text Example
Text Example
White with #C86DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DA8; }
p { color: rgb(200,109,168); }
H1.HeaderClassName
{
color: #C86DA8;
}
.AnyTagClassName
{
color: #C86DA8;
}
</style>
background-color css
<style>
a { background-color: #C86DA8; }
a { background-color: rgb(200,109,168); }
div.DivClassName
{
background-color: #C86DA8;
}
.BgClassName
{
background-color: #C86DA8;
}
</style>
border-color css
<style>
span { border-color: #C86DA8; }
span { border-color: rgb(200,109,168); }
td.TdClassName
{
border-color: #C86DA8;
}
.TagClassName
{
border-color: #C86DA8;
}
</style>