Shades of Hopbush #C574AD
Tints of Hopbush #C574AD
RGB
CMYK
RGB Variations
Color information
#C574AD (or 0xC574AD) is known color: Hopbush. HEX triplet: C5, 74 and AD. RGB value is (197,116,173). Sum of RGB (Red+Green+Blue) = 197+116+173=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C574AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C574AD is #3A8B52. Grayscale: #929292. Windows color (decimal): -3836755 or 11367621. OLE color: 11367621.
HSL color Cylindrical-coordinate representation of color #C574AD: hue angle of 317.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C574AD is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 173 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.23 |
| HSL | 317.78º | 0.41% | 0.61% | - |
| HSV(B) | 317.78º | 0.41% | 0.77% | - |
| XYZ | 36.81 | 27.38 | 42.88 | - |
| YUV | 146.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 173 | 0 | 0.41 | 0.12 | 0.23 | 317.78 | 0.41 | 0.61 |
| Hex | C5 | 74 | AD | 0 | 29 | C | 17 | 13E | 29 | 3D |
| Octal | 305 | 164 | 255 | 0 | 51 | 14 | 27 | 476 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10101101 | 0 | 101001 | 1100 | 10111 | 100111110 | 101001 | 111101 |
Color Harmonies of #C574AD
Complementary color
Monochromatic Colors of #C574AD
Black with #C574AD
Text Example
Text Example
White with #C574AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574AD; }
p { color: rgb(197,116,173); }
H1.HeaderClassName
{
color: #C574AD;
}
.AnyTagClassName
{
color: #C574AD;
}
</style>
background-color css
<style>
a { background-color: #C574AD; }
a { background-color: rgb(197,116,173); }
div.DivClassName
{
background-color: #C574AD;
}
.BgClassName
{
background-color: #C574AD;
}
</style>
border-color css
<style>
span { border-color: #C574AD; }
span { border-color: rgb(197,116,173); }
td.TdClassName
{
border-color: #C574AD;
}
.TagClassName
{
border-color: #C574AD;
}
</style>