Shades of Hopbush #CC5DA6
Tints of Hopbush #CC5DA6
RGB
CMYK
RGB Variations
Color information
#CC5DA6 (or 0xCC5DA6) is known color: Hopbush. HEX triplet: CC, 5D and A6. RGB value is (204,93,166). Sum of RGB (Red+Green+Blue) = 204+93+166=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DA6 is #33A259. Grayscale: #868686. Windows color (decimal): -3383898 or 10902988. OLE color: 10902988.
HSL color Cylindrical-coordinate representation of color #CC5DA6: hue angle of 320.54º 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 #CC5DA6 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 166 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.2 |
| HSL | 320.54º | 0.52% | 0.58% | - |
| HSV(B) | 320.54º | 0.54% | 0.8% | - |
| XYZ | 35.7 | 23.42 | 38.72 | - |
| YUV | 134.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 166 | 0 | 0.54 | 0.19 | 0.2 | 320.54 | 0.52 | 0.58 |
| Hex | CC | 5D | A6 | 0 | 36 | 13 | 14 | 141 | 34 | 3A |
| Octal | 314 | 135 | 246 | 0 | 66 | 23 | 24 | 501 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10100110 | 0 | 110110 | 10011 | 10100 | 101000001 | 110100 | 111010 |
Color Harmonies of #CC5DA6
Complementary color
Monochromatic Colors of #CC5DA6
Black with #CC5DA6
Text Example
Text Example
White with #CC5DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DA6; }
p { color: rgb(204,93,166); }
H1.HeaderClassName
{
color: #CC5DA6;
}
.AnyTagClassName
{
color: #CC5DA6;
}
</style>
background-color css
<style>
a { background-color: #CC5DA6; }
a { background-color: rgb(204,93,166); }
div.DivClassName
{
background-color: #CC5DA6;
}
.BgClassName
{
background-color: #CC5DA6;
}
</style>
border-color css
<style>
span { border-color: #CC5DA6; }
span { border-color: rgb(204,93,166); }
td.TdClassName
{
border-color: #CC5DA6;
}
.TagClassName
{
border-color: #CC5DA6;
}
</style>