Shades of Hopbush #CC73B3
Tints of Hopbush #CC73B3
RGB
CMYK
RGB Variations
Color information
#CC73B3 (or 0xCC73B3) is known color: Hopbush. HEX triplet: CC, 73 and B3. RGB value is (204,115,179). Sum of RGB (Red+Green+Blue) = 204+115+179=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73B3 is #338C4C. Grayscale: #949494. Windows color (decimal): -3378253 or 11760588. OLE color: 11760588.
HSL color Cylindrical-coordinate representation of color #CC73B3: hue angle of 316.85º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC73B3 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 179 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.2 |
| HSL | 316.85º | 0.47% | 0.63% | - |
| HSV(B) | 316.85º | 0.44% | 0.8% | - |
| XYZ | 39.17 | 28.35 | 46.06 | - |
| YUV | 148.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 179 | 0 | 0.44 | 0.12 | 0.2 | 316.85 | 0.47 | 0.63 |
| Hex | CC | 73 | B3 | 0 | 2C | C | 14 | 13D | 2F | 3F |
| Octal | 314 | 163 | 263 | 0 | 54 | 14 | 24 | 475 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10110011 | 0 | 101100 | 1100 | 10100 | 100111101 | 101111 | 111111 |
Color Harmonies of #CC73B3
Complementary color
Monochromatic Colors of #CC73B3
Black with #CC73B3
Text Example
Text Example
White with #CC73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73B3; }
p { color: rgb(204,115,179); }
H1.HeaderClassName
{
color: #CC73B3;
}
.AnyTagClassName
{
color: #CC73B3;
}
</style>
background-color css
<style>
a { background-color: #CC73B3; }
a { background-color: rgb(204,115,179); }
div.DivClassName
{
background-color: #CC73B3;
}
.BgClassName
{
background-color: #CC73B3;
}
</style>
border-color css
<style>
span { border-color: #CC73B3; }
span { border-color: rgb(204,115,179); }
td.TdClassName
{
border-color: #CC73B3;
}
.TagClassName
{
border-color: #CC73B3;
}
</style>