Shades of Hopbush #C76BAD
Tints of Hopbush #C76BAD
RGB
CMYK
RGB Variations
Color information
#C76BAD (or 0xC76BAD) is known color: Hopbush. HEX triplet: C7, 6B and AD. RGB value is (199,107,173). Sum of RGB (Red+Green+Blue) = 199+107+173=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76BAD is #389452. Grayscale: #8D8D8D. Windows color (decimal): -3707987 or 11365319. OLE color: 11365319.
HSL color Cylindrical-coordinate representation of color #C76BAD: hue angle of 316.96º degrees, saturation: 0.45, 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 #C76BAD is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 173 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.22 |
| HSL | 316.96º | 0.45% | 0.6% | - |
| HSV(B) | 316.96º | 0.46% | 0.78% | - |
| XYZ | 36.35 | 25.67 | 42.57 | - |
| YUV | 142.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 173 | 0 | 0.46 | 0.13 | 0.22 | 316.96 | 0.45 | 0.6 |
| Hex | C7 | 6B | AD | 0 | 2E | D | 16 | 13D | 2D | 3C |
| Octal | 307 | 153 | 255 | 0 | 56 | 15 | 26 | 475 | 55 | 74 |
| Binary | 11000111 | 1101011 | 10101101 | 0 | 101110 | 1101 | 10110 | 100111101 | 101101 | 111100 |
Color Harmonies of #C76BAD
Complementary color
Monochromatic Colors of #C76BAD
Black with #C76BAD
Text Example
Text Example
White with #C76BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BAD; }
p { color: rgb(199,107,173); }
H1.HeaderClassName
{
color: #C76BAD;
}
.AnyTagClassName
{
color: #C76BAD;
}
</style>
background-color css
<style>
a { background-color: #C76BAD; }
a { background-color: rgb(199,107,173); }
div.DivClassName
{
background-color: #C76BAD;
}
.BgClassName
{
background-color: #C76BAD;
}
</style>
border-color css
<style>
span { border-color: #C76BAD; }
span { border-color: rgb(199,107,173); }
td.TdClassName
{
border-color: #C76BAD;
}
.TagClassName
{
border-color: #C76BAD;
}
</style>