Shades of Hopbush #C86DA2
Tints of Hopbush #C86DA2
RGB
CMYK
RGB Variations
Color information
#C86DA2 (or 0xC86DA2) is known color: Hopbush. HEX triplet: C8, 6D and A2. RGB value is (200,109,162). Sum of RGB (Red+Green+Blue) = 200+109+162=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86DA2 is #37925D. Grayscale: #8E8E8E. Windows color (decimal): -3641950 or 10644936. OLE color: 10644936.
HSL color Cylindrical-coordinate representation of color #C86DA2: hue angle of 325.05º 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 #C86DA2 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 162 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.22 |
| HSL | 325.05º | 0.45% | 0.61% | - |
| HSV(B) | 325.05º | 0.46% | 0.78% | - |
| XYZ | 35.81 | 25.83 | 37.28 | - |
| YUV | 142.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 162 | 0 | 0.46 | 0.19 | 0.22 | 325.05 | 0.45 | 0.61 |
| Hex | C8 | 6D | A2 | 0 | 2E | 13 | 16 | 145 | 2D | 3D |
| Octal | 310 | 155 | 242 | 0 | 56 | 23 | 26 | 505 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10100010 | 0 | 101110 | 10011 | 10110 | 101000101 | 101101 | 111101 |
Color Harmonies of #C86DA2
Complementary color
Monochromatic Colors of #C86DA2
Black with #C86DA2
Text Example
Text Example
White with #C86DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DA2; }
p { color: rgb(200,109,162); }
H1.HeaderClassName
{
color: #C86DA2;
}
.AnyTagClassName
{
color: #C86DA2;
}
</style>
background-color css
<style>
a { background-color: #C86DA2; }
a { background-color: rgb(200,109,162); }
div.DivClassName
{
background-color: #C86DA2;
}
.BgClassName
{
background-color: #C86DA2;
}
</style>
border-color css
<style>
span { border-color: #C86DA2; }
span { border-color: rgb(200,109,162); }
td.TdClassName
{
border-color: #C86DA2;
}
.TagClassName
{
border-color: #C86DA2;
}
</style>