Shades of Hopbush #C575AD
Tints of Hopbush #C575AD
RGB
CMYK
RGB Variations
Color information
#C575AD (or 0xC575AD) is known color: Hopbush. HEX triplet: C5, 75 and AD. RGB value is (197,117,173). Sum of RGB (Red+Green+Blue) = 197+117+173=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C575AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575AD is #3A8A52. Grayscale: #939393. Windows color (decimal): -3836499 or 11367877. OLE color: 11367877.
HSL color Cylindrical-coordinate representation of color #C575AD: hue angle of 318º 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 #C575AD is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 173 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.23 |
| HSL | 318º | 0.41% | 0.62% | - |
| HSV(B) | 318º | 0.41% | 0.77% | - |
| XYZ | 36.93 | 27.61 | 42.92 | - |
| YUV | 147.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 173 | 0 | 0.41 | 0.12 | 0.23 | 318 | 0.41 | 0.62 |
| Hex | C5 | 75 | AD | 0 | 29 | C | 17 | 13E | 29 | 3E |
| Octal | 305 | 165 | 255 | 0 | 51 | 14 | 27 | 476 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10101101 | 0 | 101001 | 1100 | 10111 | 100111110 | 101001 | 111110 |
Color Harmonies of #C575AD
Complementary color
Monochromatic Colors of #C575AD
Black with #C575AD
Text Example
Text Example
White with #C575AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575AD; }
p { color: rgb(197,117,173); }
H1.HeaderClassName
{
color: #C575AD;
}
.AnyTagClassName
{
color: #C575AD;
}
</style>
background-color css
<style>
a { background-color: #C575AD; }
a { background-color: rgb(197,117,173); }
div.DivClassName
{
background-color: #C575AD;
}
.BgClassName
{
background-color: #C575AD;
}
</style>
border-color css
<style>
span { border-color: #C575AD; }
span { border-color: rgb(197,117,173); }
td.TdClassName
{
border-color: #C575AD;
}
.TagClassName
{
border-color: #C575AD;
}
</style>