Shades of Hopbush #CC5DA8
Tints of Hopbush #CC5DA8
RGB
CMYK
RGB Variations
Color information
#CC5DA8 (or 0xCC5DA8) is known color: Hopbush. HEX triplet: CC, 5D and A8. RGB value is (204,93,168). Sum of RGB (Red+Green+Blue) = 204+93+168=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DA8 is #33A257. Grayscale: #868686. Windows color (decimal): -3383896 or 11034060. OLE color: 11034060.
HSL color Cylindrical-coordinate representation of color #CC5DA8: hue angle of 319.46º 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 #CC5DA8 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 168 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.2 |
| HSL | 319.46º | 0.52% | 0.58% | - |
| HSV(B) | 319.46º | 0.54% | 0.8% | - |
| XYZ | 35.88 | 23.49 | 39.69 | - |
| YUV | 134.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 168 | 0 | 0.54 | 0.18 | 0.2 | 319.46 | 0.52 | 0.58 |
| Hex | CC | 5D | A8 | 0 | 36 | 12 | 14 | 13F | 34 | 3A |
| Octal | 314 | 135 | 250 | 0 | 66 | 22 | 24 | 477 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10101000 | 0 | 110110 | 10010 | 10100 | 100111111 | 110100 | 111010 |
Color Harmonies of #CC5DA8
Complementary color
Monochromatic Colors of #CC5DA8
Black with #CC5DA8
Text Example
Text Example
White with #CC5DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DA8; }
p { color: rgb(204,93,168); }
H1.HeaderClassName
{
color: #CC5DA8;
}
.AnyTagClassName
{
color: #CC5DA8;
}
</style>
background-color css
<style>
a { background-color: #CC5DA8; }
a { background-color: rgb(204,93,168); }
div.DivClassName
{
background-color: #CC5DA8;
}
.BgClassName
{
background-color: #CC5DA8;
}
</style>
border-color css
<style>
span { border-color: #CC5DA8; }
span { border-color: rgb(204,93,168); }
td.TdClassName
{
border-color: #CC5DA8;
}
.TagClassName
{
border-color: #CC5DA8;
}
</style>