Shades of Hopbush #C573A8
Tints of Hopbush #C573A8
RGB
CMYK
RGB Variations
Color information
#C573A8 (or 0xC573A8) is known color: Hopbush. HEX triplet: C5, 73 and A8. RGB value is (197,115,168). Sum of RGB (Red+Green+Blue) = 197+115+168=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C573A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C573A8 is #3A8C57. Grayscale: #919191. Windows color (decimal): -3837016 or 11039685. OLE color: 11039685.
HSL color Cylindrical-coordinate representation of color #C573A8: hue angle of 321.22º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C573A8 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 168 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.23 |
| HSL | 321.22º | 0.41% | 0.61% | - |
| HSV(B) | 321.22º | 0.42% | 0.77% | - |
| XYZ | 36.22 | 26.96 | 40.34 | - |
| YUV | 145.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 168 | 0 | 0.42 | 0.15 | 0.23 | 321.22 | 0.41 | 0.61 |
| Hex | C5 | 73 | A8 | 0 | 2A | F | 17 | 141 | 29 | 3D |
| Octal | 305 | 163 | 250 | 0 | 52 | 17 | 27 | 501 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10101000 | 0 | 101010 | 1111 | 10111 | 101000001 | 101001 | 111101 |
Color Harmonies of #C573A8
Complementary color
Monochromatic Colors of #C573A8
Black with #C573A8
Text Example
Text Example
White with #C573A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573A8; }
p { color: rgb(197,115,168); }
H1.HeaderClassName
{
color: #C573A8;
}
.AnyTagClassName
{
color: #C573A8;
}
</style>
background-color css
<style>
a { background-color: #C573A8; }
a { background-color: rgb(197,115,168); }
div.DivClassName
{
background-color: #C573A8;
}
.BgClassName
{
background-color: #C573A8;
}
</style>
border-color css
<style>
span { border-color: #C573A8; }
span { border-color: rgb(197,115,168); }
td.TdClassName
{
border-color: #C573A8;
}
.TagClassName
{
border-color: #C573A8;
}
</style>