Shades of Hopbush #C273A8
Tints of Hopbush #C273A8
RGB
CMYK
RGB Variations
Color information
#C273A8 (or 0xC273A8) is known color: Hopbush. HEX triplet: C2, 73 and A8. RGB value is (194,115,168). Sum of RGB (Red+Green+Blue) = 194+115+168=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C273A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273A8 is #3D8C57. Grayscale: #909090. Windows color (decimal): -4033624 or 11039682. OLE color: 11039682.
HSL color Cylindrical-coordinate representation of color #C273A8: hue angle of 319.75º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C273A8 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 168 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.24 |
| HSL | 319.75º | 0.39% | 0.61% | - |
| HSV(B) | 319.75º | 0.41% | 0.76% | - |
| XYZ | 35.45 | 26.56 | 40.3 | - |
| YUV | 144.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 168 | 0 | 0.41 | 0.13 | 0.24 | 319.75 | 0.39 | 0.61 |
| Hex | C2 | 73 | A8 | 0 | 29 | D | 18 | 140 | 27 | 3D |
| Octal | 302 | 163 | 250 | 0 | 51 | 15 | 30 | 500 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10101000 | 0 | 101001 | 1101 | 11000 | 101000000 | 100111 | 111101 |
Color Harmonies of #C273A8
Complementary color
Monochromatic Colors of #C273A8
Black with #C273A8
Text Example
Text Example
White with #C273A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273A8; }
p { color: rgb(194,115,168); }
H1.HeaderClassName
{
color: #C273A8;
}
.AnyTagClassName
{
color: #C273A8;
}
</style>
background-color css
<style>
a { background-color: #C273A8; }
a { background-color: rgb(194,115,168); }
div.DivClassName
{
background-color: #C273A8;
}
.BgClassName
{
background-color: #C273A8;
}
</style>
border-color css
<style>
span { border-color: #C273A8; }
span { border-color: rgb(194,115,168); }
td.TdClassName
{
border-color: #C273A8;
}
.TagClassName
{
border-color: #C273A8;
}
</style>