Shades of Hopbush #C861A8
Tints of Hopbush #C861A8
RGB
CMYK
RGB Variations
Color information
#C861A8 (or 0xC861A8) is known color: Hopbush. HEX triplet: C8, 61 and A8. RGB value is (200,97,168). Sum of RGB (Red+Green+Blue) = 200+97+168=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C861A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861A8 is #379E57. Grayscale: #878787. Windows color (decimal): -3645016 or 11035080. OLE color: 11035080.
HSL color Cylindrical-coordinate representation of color #C861A8: hue angle of 318.64º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C861A8 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 168 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.22 |
| HSL | 318.64º | 0.48% | 0.58% | - |
| HSV(B) | 318.64º | 0.52% | 0.78% | - |
| XYZ | 35.16 | 23.66 | 39.76 | - |
| YUV | 135.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 168 | 0 | 0.52 | 0.16 | 0.22 | 318.64 | 0.48 | 0.58 |
| Hex | C8 | 61 | A8 | 0 | 34 | 10 | 16 | 13F | 30 | 3A |
| Octal | 310 | 141 | 250 | 0 | 64 | 20 | 26 | 477 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10101000 | 0 | 110100 | 10000 | 10110 | 100111111 | 110000 | 111010 |
Color Harmonies of #C861A8
Complementary color
Monochromatic Colors of #C861A8
Black with #C861A8
Text Example
Text Example
White with #C861A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861A8; }
p { color: rgb(200,97,168); }
H1.HeaderClassName
{
color: #C861A8;
}
.AnyTagClassName
{
color: #C861A8;
}
</style>
background-color css
<style>
a { background-color: #C861A8; }
a { background-color: rgb(200,97,168); }
div.DivClassName
{
background-color: #C861A8;
}
.BgClassName
{
background-color: #C861A8;
}
</style>
border-color css
<style>
span { border-color: #C861A8; }
span { border-color: rgb(200,97,168); }
td.TdClassName
{
border-color: #C861A8;
}
.TagClassName
{
border-color: #C861A8;
}
</style>