Shades of Hopbush #CE78B2
Tints of Hopbush #CE78B2
RGB
CMYK
RGB Variations
Color information
#CE78B2 (or 0xCE78B2) is known color: Hopbush. HEX triplet: CE, 78 and B2. RGB value is (206,120,178). Sum of RGB (Red+Green+Blue) = 206+120+178=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE78B2 is #31874D. Grayscale: #989898. Windows color (decimal): -3245902 or 11696334. OLE color: 11696334.
HSL color Cylindrical-coordinate representation of color #CE78B2: hue angle of 319.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE78B2 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 178 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.19 |
| HSL | 319.53º | 0.47% | 0.64% | - |
| HSV(B) | 319.53º | 0.42% | 0.81% | - |
| XYZ | 40.21 | 29.77 | 45.75 | - |
| YUV | 152.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 178 | 0 | 0.42 | 0.14 | 0.19 | 319.53 | 0.47 | 0.64 |
| Hex | CE | 78 | B2 | 0 | 2A | E | 13 | 140 | 2F | 40 |
| Octal | 316 | 170 | 262 | 0 | 52 | 16 | 23 | 500 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10110010 | 0 | 101010 | 1110 | 10011 | 101000000 | 101111 | 1000000 |
Color Harmonies of #CE78B2
Complementary color
Monochromatic Colors of #CE78B2
Black with #CE78B2
Text Example
Text Example
White with #CE78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78B2; }
p { color: rgb(206,120,178); }
H1.HeaderClassName
{
color: #CE78B2;
}
.AnyTagClassName
{
color: #CE78B2;
}
</style>
background-color css
<style>
a { background-color: #CE78B2; }
a { background-color: rgb(206,120,178); }
div.DivClassName
{
background-color: #CE78B2;
}
.BgClassName
{
background-color: #CE78B2;
}
</style>
border-color css
<style>
span { border-color: #CE78B2; }
span { border-color: rgb(206,120,178); }
td.TdClassName
{
border-color: #CE78B2;
}
.TagClassName
{
border-color: #CE78B2;
}
</style>