Shades of Hopbush #CE71B2
Tints of Hopbush #CE71B2
RGB
CMYK
RGB Variations
Color information
#CE71B2 (or 0xCE71B2) is known color: Hopbush. HEX triplet: CE, 71 and B2. RGB value is (206,113,178). Sum of RGB (Red+Green+Blue) = 206+113+178=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE71B2 is #318E4D. Grayscale: #949494. Windows color (decimal): -3247694 or 11694542. OLE color: 11694542.
HSL color Cylindrical-coordinate representation of color #CE71B2: hue angle of 318.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE71B2 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 178 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.19 |
| HSL | 318.06º | 0.49% | 0.63% | - |
| HSV(B) | 318.06º | 0.45% | 0.81% | - |
| XYZ | 39.39 | 28.15 | 45.48 | - |
| YUV | 148.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 178 | 0 | 0.45 | 0.14 | 0.19 | 318.06 | 0.49 | 0.63 |
| Hex | CE | 71 | B2 | 0 | 2D | E | 13 | 13E | 31 | 3F |
| Octal | 316 | 161 | 262 | 0 | 55 | 16 | 23 | 476 | 61 | 77 |
| Binary | 11001110 | 1110001 | 10110010 | 0 | 101101 | 1110 | 10011 | 100111110 | 110001 | 111111 |
Color Harmonies of #CE71B2
Complementary color
Monochromatic Colors of #CE71B2
Black with #CE71B2
Text Example
Text Example
White with #CE71B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71B2; }
p { color: rgb(206,113,178); }
H1.HeaderClassName
{
color: #CE71B2;
}
.AnyTagClassName
{
color: #CE71B2;
}
</style>
background-color css
<style>
a { background-color: #CE71B2; }
a { background-color: rgb(206,113,178); }
div.DivClassName
{
background-color: #CE71B2;
}
.BgClassName
{
background-color: #CE71B2;
}
</style>
border-color css
<style>
span { border-color: #CE71B2; }
span { border-color: rgb(206,113,178); }
td.TdClassName
{
border-color: #CE71B2;
}
.TagClassName
{
border-color: #CE71B2;
}
</style>