Shades of Hopbush #C270A8
Tints of Hopbush #C270A8
RGB
CMYK
RGB Variations
Color information
#C270A8 (or 0xC270A8) is known color: Hopbush. HEX triplet: C2, 70 and A8. RGB value is (194,112,168). Sum of RGB (Red+Green+Blue) = 194+112+168=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C270A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270A8 is #3D8F57. Grayscale: #8E8E8E. Windows color (decimal): -4034392 or 11038914. OLE color: 11038914.
HSL color Cylindrical-coordinate representation of color #C270A8: hue angle of 319.02º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C270A8 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 168 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.24 |
| HSL | 319.02º | 0.4% | 0.6% | - |
| HSV(B) | 319.02º | 0.42% | 0.76% | - |
| XYZ | 35.11 | 25.88 | 40.19 | - |
| YUV | 142.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 168 | 0 | 0.42 | 0.13 | 0.24 | 319.02 | 0.4 | 0.6 |
| Hex | C2 | 70 | A8 | 0 | 2A | D | 18 | 13F | 28 | 3C |
| Octal | 302 | 160 | 250 | 0 | 52 | 15 | 30 | 477 | 50 | 74 |
| Binary | 11000010 | 1110000 | 10101000 | 0 | 101010 | 1101 | 11000 | 100111111 | 101000 | 111100 |
Color Harmonies of #C270A8
Complementary color
Monochromatic Colors of #C270A8
Black with #C270A8
Text Example
Text Example
White with #C270A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270A8; }
p { color: rgb(194,112,168); }
H1.HeaderClassName
{
color: #C270A8;
}
.AnyTagClassName
{
color: #C270A8;
}
</style>
background-color css
<style>
a { background-color: #C270A8; }
a { background-color: rgb(194,112,168); }
div.DivClassName
{
background-color: #C270A8;
}
.BgClassName
{
background-color: #C270A8;
}
</style>
border-color css
<style>
span { border-color: #C270A8; }
span { border-color: rgb(194,112,168); }
td.TdClassName
{
border-color: #C270A8;
}
.TagClassName
{
border-color: #C270A8;
}
</style>