Shades of Hopbush #C263A0
Tints of Hopbush #C263A0
RGB
CMYK
RGB Variations
Color information
#C263A0 (or 0xC263A0) is known color: Hopbush. HEX triplet: C2, 63 and A0. RGB value is (194,99,160). Sum of RGB (Red+Green+Blue) = 194+99+160=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C263A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C263A0 is #3D9C5F. Grayscale: #868686. Windows color (decimal): -4037728 or 10511298. OLE color: 10511298.
HSL color Cylindrical-coordinate representation of color #C263A0: hue angle of 321.47º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C263A0 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 160 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.24 |
| HSL | 321.47º | 0.44% | 0.57% | - |
| HSV(B) | 321.47º | 0.49% | 0.76% | - |
| XYZ | 33.06 | 22.93 | 35.94 | - |
| YUV | 134.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 160 | 0 | 0.49 | 0.18 | 0.24 | 321.47 | 0.44 | 0.57 |
| Hex | C2 | 63 | A0 | 0 | 31 | 12 | 18 | 141 | 2C | 39 |
| Octal | 302 | 143 | 240 | 0 | 61 | 22 | 30 | 501 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10100000 | 0 | 110001 | 10010 | 11000 | 101000001 | 101100 | 111001 |
Color Harmonies of #C263A0
Complementary color
Monochromatic Colors of #C263A0
Black with #C263A0
Text Example
Text Example
White with #C263A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263A0; }
p { color: rgb(194,99,160); }
H1.HeaderClassName
{
color: #C263A0;
}
.AnyTagClassName
{
color: #C263A0;
}
</style>
background-color css
<style>
a { background-color: #C263A0; }
a { background-color: rgb(194,99,160); }
div.DivClassName
{
background-color: #C263A0;
}
.BgClassName
{
background-color: #C263A0;
}
</style>
border-color css
<style>
span { border-color: #C263A0; }
span { border-color: rgb(194,99,160); }
td.TdClassName
{
border-color: #C263A0;
}
.TagClassName
{
border-color: #C263A0;
}
</style>