Shades of Hopbush #C273A4
Tints of Hopbush #C273A4
RGB
CMYK
RGB Variations
Color information
#C273A4 (or 0xC273A4) is known color: Hopbush. HEX triplet: C2, 73 and A4. RGB value is (194,115,164). Sum of RGB (Red+Green+Blue) = 194+115+164=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C273A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273A4 is #3D8C5B. Grayscale: #909090. Windows color (decimal): -4033628 or 10777538. OLE color: 10777538.
HSL color Cylindrical-coordinate representation of color #C273A4: hue angle of 322.78º 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 #C273A4 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 164 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.24 |
| HSL | 322.78º | 0.39% | 0.61% | - |
| HSV(B) | 322.78º | 0.41% | 0.76% | - |
| XYZ | 35.08 | 26.41 | 38.37 | - |
| YUV | 144.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 164 | 0 | 0.41 | 0.15 | 0.24 | 322.78 | 0.39 | 0.61 |
| Hex | C2 | 73 | A4 | 0 | 29 | F | 18 | 143 | 27 | 3D |
| Octal | 302 | 163 | 244 | 0 | 51 | 17 | 30 | 503 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10100100 | 0 | 101001 | 1111 | 11000 | 101000011 | 100111 | 111101 |
Color Harmonies of #C273A4
Complementary color
Monochromatic Colors of #C273A4
Black with #C273A4
Text Example
Text Example
White with #C273A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273A4; }
p { color: rgb(194,115,164); }
H1.HeaderClassName
{
color: #C273A4;
}
.AnyTagClassName
{
color: #C273A4;
}
</style>
background-color css
<style>
a { background-color: #C273A4; }
a { background-color: rgb(194,115,164); }
div.DivClassName
{
background-color: #C273A4;
}
.BgClassName
{
background-color: #C273A4;
}
</style>
border-color css
<style>
span { border-color: #C273A4; }
span { border-color: rgb(194,115,164); }
td.TdClassName
{
border-color: #C273A4;
}
.TagClassName
{
border-color: #C273A4;
}
</style>