Shades of Hopbush #C86D9D
Tints of Hopbush #C86D9D
RGB
CMYK
RGB Variations
Color information
#C86D9D (or 0xC86D9D) is known color: Hopbush. HEX triplet: C8, 6D and 9D. RGB value is (200,109,157). Sum of RGB (Red+Green+Blue) = 200+109+157=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D9D is #379262. Grayscale: #8D8D8D. Windows color (decimal): -3641955 or 10317256. OLE color: 10317256.
HSL color Cylindrical-coordinate representation of color #C86D9D: hue angle of 328.35º 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 #C86D9D is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 157 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.22 |
| HSL | 328.35º | 0.45% | 0.61% | - |
| HSV(B) | 328.35º | 0.46% | 0.78% | - |
| XYZ | 35.37 | 25.65 | 34.99 | - |
| YUV | 141.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 157 | 0 | 0.46 | 0.22 | 0.22 | 328.35 | 0.45 | 0.61 |
| Hex | C8 | 6D | 9D | 0 | 2E | 16 | 16 | 148 | 2D | 3D |
| Octal | 310 | 155 | 235 | 0 | 56 | 26 | 26 | 510 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10011101 | 0 | 101110 | 10110 | 10110 | 101001000 | 101101 | 111101 |
Color Harmonies of #C86D9D
Complementary color
Monochromatic Colors of #C86D9D
Black with #C86D9D
Text Example
Text Example
White with #C86D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D9D; }
p { color: rgb(200,109,157); }
H1.HeaderClassName
{
color: #C86D9D;
}
.AnyTagClassName
{
color: #C86D9D;
}
</style>
background-color css
<style>
a { background-color: #C86D9D; }
a { background-color: rgb(200,109,157); }
div.DivClassName
{
background-color: #C86D9D;
}
.BgClassName
{
background-color: #C86D9D;
}
</style>
border-color css
<style>
span { border-color: #C86D9D; }
span { border-color: rgb(200,109,157); }
td.TdClassName
{
border-color: #C86D9D;
}
.TagClassName
{
border-color: #C86D9D;
}
</style>