Shades of Hopbush #C575A4
Tints of Hopbush #C575A4
RGB
CMYK
RGB Variations
Color information
#C575A4 (or 0xC575A4) is known color: Hopbush. HEX triplet: C5, 75 and A4. RGB value is (197,117,164). Sum of RGB (Red+Green+Blue) = 197+117+164=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C575A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575A4 is #3A8A5B. Grayscale: #929292. Windows color (decimal): -3836508 or 10778053. OLE color: 10778053.
HSL color Cylindrical-coordinate representation of color #C575A4: hue angle of 324.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C575A4 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 164 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.23 |
| HSL | 324.75º | 0.41% | 0.62% | - |
| HSV(B) | 324.75º | 0.41% | 0.77% | - |
| XYZ | 36.09 | 27.27 | 38.48 | - |
| YUV | 146.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 164 | 0 | 0.41 | 0.17 | 0.23 | 324.75 | 0.41 | 0.62 |
| Hex | C5 | 75 | A4 | 0 | 29 | 11 | 17 | 145 | 29 | 3E |
| Octal | 305 | 165 | 244 | 0 | 51 | 21 | 27 | 505 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10100100 | 0 | 101001 | 10001 | 10111 | 101000101 | 101001 | 111110 |
Color Harmonies of #C575A4
Complementary color
Monochromatic Colors of #C575A4
Black with #C575A4
Text Example
Text Example
White with #C575A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575A4; }
p { color: rgb(197,117,164); }
H1.HeaderClassName
{
color: #C575A4;
}
.AnyTagClassName
{
color: #C575A4;
}
</style>
background-color css
<style>
a { background-color: #C575A4; }
a { background-color: rgb(197,117,164); }
div.DivClassName
{
background-color: #C575A4;
}
.BgClassName
{
background-color: #C575A4;
}
</style>
border-color css
<style>
span { border-color: #C575A4; }
span { border-color: rgb(197,117,164); }
td.TdClassName
{
border-color: #C575A4;
}
.TagClassName
{
border-color: #C575A4;
}
</style>