Shades of Hopbush #C774AD
Tints of Hopbush #C774AD
RGB
CMYK
RGB Variations
Color information
#C774AD (or 0xC774AD) is known color: Hopbush. HEX triplet: C7, 74 and AD. RGB value is (199,116,173). Sum of RGB (Red+Green+Blue) = 199+116+173=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C774AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C774AD is #388B52. Grayscale: #939393. Windows color (decimal): -3705683 or 11367623. OLE color: 11367623.
HSL color Cylindrical-coordinate representation of color #C774AD: hue angle of 318.8º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C774AD is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 173 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.22 |
| HSL | 318.8º | 0.43% | 0.62% | - |
| HSV(B) | 318.8º | 0.42% | 0.78% | - |
| XYZ | 37.34 | 27.65 | 42.9 | - |
| YUV | 147.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 173 | 0 | 0.42 | 0.13 | 0.22 | 318.8 | 0.43 | 0.62 |
| Hex | C7 | 74 | AD | 0 | 2A | D | 16 | 13F | 2B | 3E |
| Octal | 307 | 164 | 255 | 0 | 52 | 15 | 26 | 477 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10101101 | 0 | 101010 | 1101 | 10110 | 100111111 | 101011 | 111110 |
Color Harmonies of #C774AD
Complementary color
Monochromatic Colors of #C774AD
Black with #C774AD
Text Example
Text Example
White with #C774AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774AD; }
p { color: rgb(199,116,173); }
H1.HeaderClassName
{
color: #C774AD;
}
.AnyTagClassName
{
color: #C774AD;
}
</style>
background-color css
<style>
a { background-color: #C774AD; }
a { background-color: rgb(199,116,173); }
div.DivClassName
{
background-color: #C774AD;
}
.BgClassName
{
background-color: #C774AD;
}
</style>
border-color css
<style>
span { border-color: #C774AD; }
span { border-color: rgb(199,116,173); }
td.TdClassName
{
border-color: #C774AD;
}
.TagClassName
{
border-color: #C774AD;
}
</style>