Shades of Hopbush #C565A0
Tints of Hopbush #C565A0
RGB
CMYK
RGB Variations
Color information
#C565A0 (or 0xC565A0) is known color: Hopbush. HEX triplet: C5, 65 and A0. RGB value is (197,101,160). Sum of RGB (Red+Green+Blue) = 197+101+160=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C565A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C565A0 is #3A9A5F. Grayscale: #888888. Windows color (decimal): -3840608 or 10511813. OLE color: 10511813.
HSL color Cylindrical-coordinate representation of color #C565A0: hue angle of 323.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C565A0 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 160 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.23 |
| HSL | 323.13º | 0.45% | 0.58% | - |
| HSV(B) | 323.13º | 0.49% | 0.77% | - |
| XYZ | 34.02 | 23.72 | 36.04 | - |
| YUV | 136.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 160 | 0 | 0.49 | 0.19 | 0.23 | 323.13 | 0.45 | 0.58 |
| Hex | C5 | 65 | A0 | 0 | 31 | 13 | 17 | 143 | 2D | 3A |
| Octal | 305 | 145 | 240 | 0 | 61 | 23 | 27 | 503 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10100000 | 0 | 110001 | 10011 | 10111 | 101000011 | 101101 | 111010 |
Color Harmonies of #C565A0
Complementary color
Monochromatic Colors of #C565A0
Black with #C565A0
Text Example
Text Example
White with #C565A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565A0; }
p { color: rgb(197,101,160); }
H1.HeaderClassName
{
color: #C565A0;
}
.AnyTagClassName
{
color: #C565A0;
}
</style>
background-color css
<style>
a { background-color: #C565A0; }
a { background-color: rgb(197,101,160); }
div.DivClassName
{
background-color: #C565A0;
}
.BgClassName
{
background-color: #C565A0;
}
</style>
border-color css
<style>
span { border-color: #C565A0; }
span { border-color: rgb(197,101,160); }
td.TdClassName
{
border-color: #C565A0;
}
.TagClassName
{
border-color: #C565A0;
}
</style>