Shades of Hopbush #CC78B2
Tints of Hopbush #CC78B2
RGB
CMYK
RGB Variations
Color information
#CC78B2 (or 0xCC78B2) is known color: Hopbush. HEX triplet: CC, 78 and B2. RGB value is (204,120,178). Sum of RGB (Red+Green+Blue) = 204+120+178=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC78B2 is #33874D. Grayscale: #979797. Windows color (decimal): -3376974 or 11696332. OLE color: 11696332.
HSL color Cylindrical-coordinate representation of color #CC78B2: hue angle of 318.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC78B2 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 178 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.2 |
| HSL | 318.57º | 0.45% | 0.64% | - |
| HSV(B) | 318.57º | 0.41% | 0.8% | - |
| XYZ | 39.65 | 29.48 | 45.72 | - |
| YUV | 151.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 178 | 0 | 0.41 | 0.13 | 0.2 | 318.57 | 0.45 | 0.64 |
| Hex | CC | 78 | B2 | 0 | 29 | D | 14 | 13F | 2D | 40 |
| Octal | 314 | 170 | 262 | 0 | 51 | 15 | 24 | 477 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10110010 | 0 | 101001 | 1101 | 10100 | 100111111 | 101101 | 1000000 |
Color Harmonies of #CC78B2
Complementary color
Monochromatic Colors of #CC78B2
Black with #CC78B2
Text Example
Text Example
White with #CC78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78B2; }
p { color: rgb(204,120,178); }
H1.HeaderClassName
{
color: #CC78B2;
}
.AnyTagClassName
{
color: #CC78B2;
}
</style>
background-color css
<style>
a { background-color: #CC78B2; }
a { background-color: rgb(204,120,178); }
div.DivClassName
{
background-color: #CC78B2;
}
.BgClassName
{
background-color: #CC78B2;
}
</style>
border-color css
<style>
span { border-color: #CC78B2; }
span { border-color: rgb(204,120,178); }
td.TdClassName
{
border-color: #CC78B2;
}
.TagClassName
{
border-color: #CC78B2;
}
</style>