Shades of Hopbush #C86DAC
Tints of Hopbush #C86DAC
RGB
CMYK
RGB Variations
Color information
#C86DAC (or 0xC86DAC) is known color: Hopbush. HEX triplet: C8, 6D and AC. RGB value is (200,109,172). Sum of RGB (Red+Green+Blue) = 200+109+172=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86DAC is #379253. Grayscale: #8F8F8F. Windows color (decimal): -3641940 or 11300296. OLE color: 11300296.
HSL color Cylindrical-coordinate representation of color #C86DAC: hue angle of 318.46º 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 #C86DAC is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 172 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.22 |
| HSL | 318.46º | 0.45% | 0.61% | - |
| HSV(B) | 318.46º | 0.46% | 0.78% | - |
| XYZ | 36.73 | 26.2 | 42.15 | - |
| YUV | 143.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 172 | 0 | 0.46 | 0.14 | 0.22 | 318.46 | 0.45 | 0.61 |
| Hex | C8 | 6D | AC | 0 | 2E | E | 16 | 13E | 2D | 3D |
| Octal | 310 | 155 | 254 | 0 | 56 | 16 | 26 | 476 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10101100 | 0 | 101110 | 1110 | 10110 | 100111110 | 101101 | 111101 |
Color Harmonies of #C86DAC
Complementary color
Monochromatic Colors of #C86DAC
Black with #C86DAC
Text Example
Text Example
White with #C86DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DAC; }
p { color: rgb(200,109,172); }
H1.HeaderClassName
{
color: #C86DAC;
}
.AnyTagClassName
{
color: #C86DAC;
}
</style>
background-color css
<style>
a { background-color: #C86DAC; }
a { background-color: rgb(200,109,172); }
div.DivClassName
{
background-color: #C86DAC;
}
.BgClassName
{
background-color: #C86DAC;
}
</style>
border-color css
<style>
span { border-color: #C86DAC; }
span { border-color: rgb(200,109,172); }
td.TdClassName
{
border-color: #C86DAC;
}
.TagClassName
{
border-color: #C86DAC;
}
</style>