Shades of Hopbush #C565A5
Tints of Hopbush #C565A5
RGB
CMYK
RGB Variations
Color information
#C565A5 (or 0xC565A5) is known color: Hopbush. HEX triplet: C5, 65 and A5. RGB value is (197,101,165). Sum of RGB (Red+Green+Blue) = 197+101+165=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C565A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C565A5 is #3A9A5A. Grayscale: #888888. Windows color (decimal): -3840603 or 10839493. OLE color: 10839493.
HSL color Cylindrical-coordinate representation of color #C565A5: hue angle of 320º 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 #C565A5 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 165 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.23 |
| HSL | 320º | 0.45% | 0.58% | - |
| HSV(B) | 320º | 0.49% | 0.77% | - |
| XYZ | 34.47 | 23.89 | 38.39 | - |
| YUV | 137 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 165 | 0 | 0.49 | 0.16 | 0.23 | 320 | 0.45 | 0.58 |
| Hex | C5 | 65 | A5 | 0 | 31 | 10 | 17 | 140 | 2D | 3A |
| Octal | 305 | 145 | 245 | 0 | 61 | 20 | 27 | 500 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10100101 | 0 | 110001 | 10000 | 10111 | 101000000 | 101101 | 111010 |
Color Harmonies of #C565A5
Complementary color
Monochromatic Colors of #C565A5
Black with #C565A5
Text Example
Text Example
White with #C565A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565A5; }
p { color: rgb(197,101,165); }
H1.HeaderClassName
{
color: #C565A5;
}
.AnyTagClassName
{
color: #C565A5;
}
</style>
background-color css
<style>
a { background-color: #C565A5; }
a { background-color: rgb(197,101,165); }
div.DivClassName
{
background-color: #C565A5;
}
.BgClassName
{
background-color: #C565A5;
}
</style>
border-color css
<style>
span { border-color: #C565A5; }
span { border-color: rgb(197,101,165); }
td.TdClassName
{
border-color: #C565A5;
}
.TagClassName
{
border-color: #C565A5;
}
</style>