Shades of Hopbush #C86FAA
Tints of Hopbush #C86FAA
RGB
CMYK
RGB Variations
Color information
#C86FAA (or 0xC86FAA) is known color: Hopbush. HEX triplet: C8, 6F and AA. RGB value is (200,111,170). Sum of RGB (Red+Green+Blue) = 200+111+170=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86FAA is #379055. Grayscale: #909090. Windows color (decimal): -3641430 or 11169736. OLE color: 11169736.
HSL color Cylindrical-coordinate representation of color #C86FAA: hue angle of 320.22º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86FAA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 170 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.22 |
| HSL | 320.22º | 0.45% | 0.61% | - |
| HSV(B) | 320.22º | 0.45% | 0.78% | - |
| XYZ | 36.76 | 26.55 | 41.22 | - |
| YUV | 144.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 170 | 0 | 0.44 | 0.15 | 0.22 | 320.22 | 0.45 | 0.61 |
| Hex | C8 | 6F | AA | 0 | 2C | F | 16 | 140 | 2D | 3D |
| Octal | 310 | 157 | 252 | 0 | 54 | 17 | 26 | 500 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10101010 | 0 | 101100 | 1111 | 10110 | 101000000 | 101101 | 111101 |
Color Harmonies of #C86FAA
Complementary color
Monochromatic Colors of #C86FAA
Black with #C86FAA
Text Example
Text Example
White with #C86FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FAA; }
p { color: rgb(200,111,170); }
H1.HeaderClassName
{
color: #C86FAA;
}
.AnyTagClassName
{
color: #C86FAA;
}
</style>
background-color css
<style>
a { background-color: #C86FAA; }
a { background-color: rgb(200,111,170); }
div.DivClassName
{
background-color: #C86FAA;
}
.BgClassName
{
background-color: #C86FAA;
}
</style>
border-color css
<style>
span { border-color: #C86FAA; }
span { border-color: rgb(200,111,170); }
td.TdClassName
{
border-color: #C86FAA;
}
.TagClassName
{
border-color: #C86FAA;
}
</style>