Shades of Hopbush #C265A8
Tints of Hopbush #C265A8
RGB
CMYK
RGB Variations
Color information
#C265A8 (or 0xC265A8) is known color: Hopbush. HEX triplet: C2, 65 and A8. RGB value is (194,101,168). Sum of RGB (Red+Green+Blue) = 194+101+168=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C265A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265A8 is #3D9A57. Grayscale: #888888. Windows color (decimal): -4037208 or 11036098. OLE color: 11036098.
HSL color Cylindrical-coordinate representation of color #C265A8: hue angle of 316.77º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C265A8 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 168 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.24 |
| HSL | 316.77º | 0.43% | 0.58% | - |
| HSV(B) | 316.77º | 0.48% | 0.76% | - |
| XYZ | 33.97 | 23.6 | 39.81 | - |
| YUV | 136.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 168 | 0 | 0.48 | 0.13 | 0.24 | 316.77 | 0.43 | 0.58 |
| Hex | C2 | 65 | A8 | 0 | 30 | D | 18 | 13D | 2B | 3A |
| Octal | 302 | 145 | 250 | 0 | 60 | 15 | 30 | 475 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10101000 | 0 | 110000 | 1101 | 11000 | 100111101 | 101011 | 111010 |
Color Harmonies of #C265A8
Complementary color
Monochromatic Colors of #C265A8
Black with #C265A8
Text Example
Text Example
White with #C265A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265A8; }
p { color: rgb(194,101,168); }
H1.HeaderClassName
{
color: #C265A8;
}
.AnyTagClassName
{
color: #C265A8;
}
</style>
background-color css
<style>
a { background-color: #C265A8; }
a { background-color: rgb(194,101,168); }
div.DivClassName
{
background-color: #C265A8;
}
.BgClassName
{
background-color: #C265A8;
}
</style>
border-color css
<style>
span { border-color: #C265A8; }
span { border-color: rgb(194,101,168); }
td.TdClassName
{
border-color: #C265A8;
}
.TagClassName
{
border-color: #C265A8;
}
</style>