Shades of Hopbush #C86CA1
Tints of Hopbush #C86CA1
RGB
CMYK
RGB Variations
Color information
#C86CA1 (or 0xC86CA1) is known color: Hopbush. HEX triplet: C8, 6C and A1. RGB value is (200,108,161). Sum of RGB (Red+Green+Blue) = 200+108+161=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86CA1 is #37935E. Grayscale: #8D8D8D. Windows color (decimal): -3642207 or 10579144. OLE color: 10579144.
HSL color Cylindrical-coordinate representation of color #C86CA1: hue angle of 325.43º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86CA1 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 161 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.22 |
| HSL | 325.43º | 0.46% | 0.6% | - |
| HSV(B) | 325.43º | 0.46% | 0.78% | - |
| XYZ | 35.62 | 25.58 | 36.78 | - |
| YUV | 141.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 161 | 0 | 0.46 | 0.19 | 0.22 | 325.43 | 0.46 | 0.6 |
| Hex | C8 | 6C | A1 | 0 | 2E | 13 | 16 | 145 | 2E | 3C |
| Octal | 310 | 154 | 241 | 0 | 56 | 23 | 26 | 505 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10100001 | 0 | 101110 | 10011 | 10110 | 101000101 | 101110 | 111100 |
Color Harmonies of #C86CA1
Complementary color
Monochromatic Colors of #C86CA1
Black with #C86CA1
Text Example
Text Example
White with #C86CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CA1; }
p { color: rgb(200,108,161); }
H1.HeaderClassName
{
color: #C86CA1;
}
.AnyTagClassName
{
color: #C86CA1;
}
</style>
background-color css
<style>
a { background-color: #C86CA1; }
a { background-color: rgb(200,108,161); }
div.DivClassName
{
background-color: #C86CA1;
}
.BgClassName
{
background-color: #C86CA1;
}
</style>
border-color css
<style>
span { border-color: #C86CA1; }
span { border-color: rgb(200,108,161); }
td.TdClassName
{
border-color: #C86CA1;
}
.TagClassName
{
border-color: #C86CA1;
}
</style>