Shades of Hopbush #C263A7
Tints of Hopbush #C263A7
RGB
CMYK
RGB Variations
Color information
#C263A7 (or 0xC263A7) is known color: Hopbush. HEX triplet: C2, 63 and A7. RGB value is (194,99,167). Sum of RGB (Red+Green+Blue) = 194+99+167=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C263A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C263A7 is #3D9C58. Grayscale: #868686. Windows color (decimal): -4037721 or 10970050. OLE color: 10970050.
HSL color Cylindrical-coordinate representation of color #C263A7: hue angle of 317.05º 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 #C263A7 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 167 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.24 |
| HSL | 317.05º | 0.44% | 0.57% | - |
| HSV(B) | 317.05º | 0.49% | 0.76% | - |
| XYZ | 33.69 | 23.18 | 39.26 | - |
| YUV | 135.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 167 | 0 | 0.49 | 0.14 | 0.24 | 317.05 | 0.44 | 0.57 |
| Hex | C2 | 63 | A7 | 0 | 31 | E | 18 | 13D | 2C | 39 |
| Octal | 302 | 143 | 247 | 0 | 61 | 16 | 30 | 475 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10100111 | 0 | 110001 | 1110 | 11000 | 100111101 | 101100 | 111001 |
Color Harmonies of #C263A7
Complementary color
Monochromatic Colors of #C263A7
Black with #C263A7
Text Example
Text Example
White with #C263A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263A7; }
p { color: rgb(194,99,167); }
H1.HeaderClassName
{
color: #C263A7;
}
.AnyTagClassName
{
color: #C263A7;
}
</style>
background-color css
<style>
a { background-color: #C263A7; }
a { background-color: rgb(194,99,167); }
div.DivClassName
{
background-color: #C263A7;
}
.BgClassName
{
background-color: #C263A7;
}
</style>
border-color css
<style>
span { border-color: #C263A7; }
span { border-color: rgb(194,99,167); }
td.TdClassName
{
border-color: #C263A7;
}
.TagClassName
{
border-color: #C263A7;
}
</style>