Shades of Hopbush #C264A8
Tints of Hopbush #C264A8
RGB
CMYK
RGB Variations
Color information
#C264A8 (or 0xC264A8) is known color: Hopbush. HEX triplet: C2, 64 and A8. RGB value is (194,100,168). Sum of RGB (Red+Green+Blue) = 194+100+168=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C264A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264A8 is #3D9B57. Grayscale: #878787. Windows color (decimal): -4037464 or 11035842. OLE color: 11035842.
HSL color Cylindrical-coordinate representation of color #C264A8: hue angle of 316.6º degrees, saturation: 0.44, 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 #C264A8 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 168 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.24 |
| HSL | 316.6º | 0.44% | 0.58% | - |
| HSV(B) | 316.6º | 0.48% | 0.76% | - |
| XYZ | 33.87 | 23.41 | 39.78 | - |
| YUV | 135.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 168 | 0 | 0.48 | 0.13 | 0.24 | 316.6 | 0.44 | 0.58 |
| Hex | C2 | 64 | A8 | 0 | 30 | D | 18 | 13D | 2C | 3A |
| Octal | 302 | 144 | 250 | 0 | 60 | 15 | 30 | 475 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10101000 | 0 | 110000 | 1101 | 11000 | 100111101 | 101100 | 111010 |
Color Harmonies of #C264A8
Complementary color
Monochromatic Colors of #C264A8
Black with #C264A8
Text Example
Text Example
White with #C264A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264A8; }
p { color: rgb(194,100,168); }
H1.HeaderClassName
{
color: #C264A8;
}
.AnyTagClassName
{
color: #C264A8;
}
</style>
background-color css
<style>
a { background-color: #C264A8; }
a { background-color: rgb(194,100,168); }
div.DivClassName
{
background-color: #C264A8;
}
.BgClassName
{
background-color: #C264A8;
}
</style>
border-color css
<style>
span { border-color: #C264A8; }
span { border-color: rgb(194,100,168); }
td.TdClassName
{
border-color: #C264A8;
}
.TagClassName
{
border-color: #C264A8;
}
</style>