Shades of Hopbush #C76DAD
Tints of Hopbush #C76DAD
RGB
CMYK
RGB Variations
Color information
#C76DAD (or 0xC76DAD) is known color: Hopbush. HEX triplet: C7, 6D and AD. RGB value is (199,109,173). Sum of RGB (Red+Green+Blue) = 199+109+173=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76DAD is #389252. Grayscale: #8F8F8F. Windows color (decimal): -3707475 or 11365831. OLE color: 11365831.
HSL color Cylindrical-coordinate representation of color #C76DAD: hue angle of 317.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76DAD is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 173 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.22 |
| HSL | 317.33º | 0.45% | 0.6% | - |
| HSV(B) | 317.33º | 0.45% | 0.78% | - |
| XYZ | 36.56 | 26.1 | 42.65 | - |
| YUV | 143.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 173 | 0 | 0.45 | 0.13 | 0.22 | 317.33 | 0.45 | 0.6 |
| Hex | C7 | 6D | AD | 0 | 2D | D | 16 | 13D | 2D | 3C |
| Octal | 307 | 155 | 255 | 0 | 55 | 15 | 26 | 475 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10101101 | 0 | 101101 | 1101 | 10110 | 100111101 | 101101 | 111100 |
Color Harmonies of #C76DAD
Complementary color
Monochromatic Colors of #C76DAD
Black with #C76DAD
Text Example
Text Example
White with #C76DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DAD; }
p { color: rgb(199,109,173); }
H1.HeaderClassName
{
color: #C76DAD;
}
.AnyTagClassName
{
color: #C76DAD;
}
</style>
background-color css
<style>
a { background-color: #C76DAD; }
a { background-color: rgb(199,109,173); }
div.DivClassName
{
background-color: #C76DAD;
}
.BgClassName
{
background-color: #C76DAD;
}
</style>
border-color css
<style>
span { border-color: #C76DAD; }
span { border-color: rgb(199,109,173); }
td.TdClassName
{
border-color: #C76DAD;
}
.TagClassName
{
border-color: #C76DAD;
}
</style>