Shades of Hopbush #CC5EA8
Tints of Hopbush #CC5EA8
RGB
CMYK
RGB Variations
Color information
#CC5EA8 (or 0xCC5EA8) is known color: Hopbush. HEX triplet: CC, 5E and A8. RGB value is (204,94,168). Sum of RGB (Red+Green+Blue) = 204+94+168=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5EA8 is #33A157. Grayscale: #878787. Windows color (decimal): -3383640 or 11034316. OLE color: 11034316.
HSL color Cylindrical-coordinate representation of color #CC5EA8: hue angle of 319.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5EA8 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 168 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.2 |
| HSL | 319.64º | 0.52% | 0.58% | - |
| HSV(B) | 319.64º | 0.54% | 0.8% | - |
| XYZ | 35.97 | 23.67 | 39.72 | - |
| YUV | 135.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 168 | 0 | 0.54 | 0.18 | 0.2 | 319.64 | 0.52 | 0.58 |
| Hex | CC | 5E | A8 | 0 | 36 | 12 | 14 | 140 | 34 | 3A |
| Octal | 314 | 136 | 250 | 0 | 66 | 22 | 24 | 500 | 64 | 72 |
| Binary | 11001100 | 1011110 | 10101000 | 0 | 110110 | 10010 | 10100 | 101000000 | 110100 | 111010 |
Color Harmonies of #CC5EA8
Complementary color
Monochromatic Colors of #CC5EA8
Black with #CC5EA8
Text Example
Text Example
White with #CC5EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EA8; }
p { color: rgb(204,94,168); }
H1.HeaderClassName
{
color: #CC5EA8;
}
.AnyTagClassName
{
color: #CC5EA8;
}
</style>
background-color css
<style>
a { background-color: #CC5EA8; }
a { background-color: rgb(204,94,168); }
div.DivClassName
{
background-color: #CC5EA8;
}
.BgClassName
{
background-color: #CC5EA8;
}
</style>
border-color css
<style>
span { border-color: #CC5EA8; }
span { border-color: rgb(204,94,168); }
td.TdClassName
{
border-color: #CC5EA8;
}
.TagClassName
{
border-color: #CC5EA8;
}
</style>