Shades of Hopbush #C573A7
Tints of Hopbush #C573A7
RGB
CMYK
RGB Variations
Color information
#C573A7 (or 0xC573A7) is known color: Hopbush. HEX triplet: C5, 73 and A7. RGB value is (197,115,167). Sum of RGB (Red+Green+Blue) = 197+115+167=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C573A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C573A7 is #3A8C58. Grayscale: #919191. Windows color (decimal): -3837017 or 10974149. OLE color: 10974149.
HSL color Cylindrical-coordinate representation of color #C573A7: hue angle of 321.95º 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 #C573A7 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 167 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.23 |
| HSL | 321.95º | 0.41% | 0.61% | - |
| HSV(B) | 321.95º | 0.42% | 0.77% | - |
| XYZ | 36.13 | 26.92 | 39.85 | - |
| YUV | 145.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 167 | 0 | 0.42 | 0.15 | 0.23 | 321.95 | 0.41 | 0.61 |
| Hex | C5 | 73 | A7 | 0 | 2A | F | 17 | 142 | 29 | 3D |
| Octal | 305 | 163 | 247 | 0 | 52 | 17 | 27 | 502 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10100111 | 0 | 101010 | 1111 | 10111 | 101000010 | 101001 | 111101 |
Color Harmonies of #C573A7
Complementary color
Monochromatic Colors of #C573A7
Black with #C573A7
Text Example
Text Example
White with #C573A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573A7; }
p { color: rgb(197,115,167); }
H1.HeaderClassName
{
color: #C573A7;
}
.AnyTagClassName
{
color: #C573A7;
}
</style>
background-color css
<style>
a { background-color: #C573A7; }
a { background-color: rgb(197,115,167); }
div.DivClassName
{
background-color: #C573A7;
}
.BgClassName
{
background-color: #C573A7;
}
</style>
border-color css
<style>
span { border-color: #C573A7; }
span { border-color: rgb(197,115,167); }
td.TdClassName
{
border-color: #C573A7;
}
.TagClassName
{
border-color: #C573A7;
}
</style>