Shades of Hopbush #C563A3
Tints of Hopbush #C563A3
RGB
CMYK
RGB Variations
Color information
#C563A3 (or 0xC563A3) is known color: Hopbush. HEX triplet: C5, 63 and A3. RGB value is (197,99,163). Sum of RGB (Red+Green+Blue) = 197+99+163=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C563A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C563A3 is #3A9C5C. Grayscale: #878787. Windows color (decimal): -3841117 or 10707909. OLE color: 10707909.
HSL color Cylindrical-coordinate representation of color #C563A3: hue angle of 320.82º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C563A3 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 163 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.23 |
| HSL | 320.82º | 0.46% | 0.58% | - |
| HSV(B) | 320.82º | 0.5% | 0.77% | - |
| XYZ | 34.1 | 23.44 | 37.38 | - |
| YUV | 135.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 163 | 0 | 0.50 | 0.17 | 0.23 | 320.82 | 0.46 | 0.58 |
| Hex | C5 | 63 | A3 | 0 | 32 | 11 | 17 | 141 | 2E | 3A |
| Octal | 305 | 143 | 243 | 0 | 62 | 21 | 27 | 501 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10100011 | 0 | 110010 | 10001 | 10111 | 101000001 | 101110 | 111010 |
Color Harmonies of #C563A3
Complementary color
Monochromatic Colors of #C563A3
Black with #C563A3
Text Example
Text Example
White with #C563A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563A3; }
p { color: rgb(197,99,163); }
H1.HeaderClassName
{
color: #C563A3;
}
.AnyTagClassName
{
color: #C563A3;
}
</style>
background-color css
<style>
a { background-color: #C563A3; }
a { background-color: rgb(197,99,163); }
div.DivClassName
{
background-color: #C563A3;
}
.BgClassName
{
background-color: #C563A3;
}
</style>
border-color css
<style>
span { border-color: #C563A3; }
span { border-color: rgb(197,99,163); }
td.TdClassName
{
border-color: #C563A3;
}
.TagClassName
{
border-color: #C563A3;
}
</style>