Shades of Hopbush #C86EA1
Tints of Hopbush #C86EA1
RGB
CMYK
RGB Variations
Color information
#C86EA1 (or 0xC86EA1) is known color: Hopbush. HEX triplet: C8, 6E and A1. RGB value is (200,110,161). Sum of RGB (Red+Green+Blue) = 200+110+161=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86EA1 is #37915E. Grayscale: #8E8E8E. Windows color (decimal): -3641695 or 10579656. OLE color: 10579656.
HSL color Cylindrical-coordinate representation of color #C86EA1: hue angle of 326º 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 #C86EA1 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 161 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.22 |
| HSL | 326º | 0.45% | 0.61% | - |
| HSV(B) | 326º | 0.45% | 0.78% | - |
| XYZ | 35.83 | 26 | 36.85 | - |
| YUV | 142.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 161 | 0 | 0.45 | 0.19 | 0.22 | 326 | 0.45 | 0.61 |
| Hex | C8 | 6E | A1 | 0 | 2D | 13 | 16 | 146 | 2D | 3D |
| Octal | 310 | 156 | 241 | 0 | 55 | 23 | 26 | 506 | 55 | 75 |
| Binary | 11001000 | 1101110 | 10100001 | 0 | 101101 | 10011 | 10110 | 101000110 | 101101 | 111101 |
Color Harmonies of #C86EA1
Complementary color
Monochromatic Colors of #C86EA1
Black with #C86EA1
Text Example
Text Example
White with #C86EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EA1; }
p { color: rgb(200,110,161); }
H1.HeaderClassName
{
color: #C86EA1;
}
.AnyTagClassName
{
color: #C86EA1;
}
</style>
background-color css
<style>
a { background-color: #C86EA1; }
a { background-color: rgb(200,110,161); }
div.DivClassName
{
background-color: #C86EA1;
}
.BgClassName
{
background-color: #C86EA1;
}
</style>
border-color css
<style>
span { border-color: #C86EA1; }
span { border-color: rgb(200,110,161); }
td.TdClassName
{
border-color: #C86EA1;
}
.TagClassName
{
border-color: #C86EA1;
}
</style>