Shades of Hopbush #CE71B0
Tints of Hopbush #CE71B0
RGB
CMYK
RGB Variations
Color information
#CE71B0 (or 0xCE71B0) is known color: Hopbush. HEX triplet: CE, 71 and B0. RGB value is (206,113,176). Sum of RGB (Red+Green+Blue) = 206+113+176=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE71B0 is #318E4F. Grayscale: #939393. Windows color (decimal): -3247696 or 11563470. OLE color: 11563470.
HSL color Cylindrical-coordinate representation of color #CE71B0: hue angle of 319.35º 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 #CE71B0 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 176 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.19 |
| HSL | 319.35º | 0.49% | 0.63% | - |
| HSV(B) | 319.35º | 0.45% | 0.81% | - |
| XYZ | 39.2 | 28.07 | 44.43 | - |
| YUV | 147.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 176 | 0 | 0.45 | 0.15 | 0.19 | 319.35 | 0.49 | 0.63 |
| Hex | CE | 71 | B0 | 0 | 2D | F | 13 | 13F | 31 | 3F |
| Octal | 316 | 161 | 260 | 0 | 55 | 17 | 23 | 477 | 61 | 77 |
| Binary | 11001110 | 1110001 | 10110000 | 0 | 101101 | 1111 | 10011 | 100111111 | 110001 | 111111 |
Color Harmonies of #CE71B0
Complementary color
Monochromatic Colors of #CE71B0
Black with #CE71B0
Text Example
Text Example
White with #CE71B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71B0; }
p { color: rgb(206,113,176); }
H1.HeaderClassName
{
color: #CE71B0;
}
.AnyTagClassName
{
color: #CE71B0;
}
</style>
background-color css
<style>
a { background-color: #CE71B0; }
a { background-color: rgb(206,113,176); }
div.DivClassName
{
background-color: #CE71B0;
}
.BgClassName
{
background-color: #CE71B0;
}
</style>
border-color css
<style>
span { border-color: #CE71B0; }
span { border-color: rgb(206,113,176); }
td.TdClassName
{
border-color: #CE71B0;
}
.TagClassName
{
border-color: #CE71B0;
}
</style>