Shades of Hopbush #CE75B1
Tints of Hopbush #CE75B1
RGB
CMYK
RGB Variations
Color information
#CE75B1 (or 0xCE75B1) is known color: Hopbush. HEX triplet: CE, 75 and B1. RGB value is (206,117,177). Sum of RGB (Red+Green+Blue) = 206+117+177=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE75B1 is #318A4E. Grayscale: #969696. Windows color (decimal): -3246671 or 11630030. OLE color: 11630030.
HSL color Cylindrical-coordinate representation of color #CE75B1: hue angle of 319.55º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE75B1 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 177 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.19 |
| HSL | 319.55º | 0.48% | 0.63% | - |
| HSV(B) | 319.55º | 0.43% | 0.81% | - |
| XYZ | 39.75 | 29.02 | 45.1 | - |
| YUV | 150.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 177 | 0 | 0.43 | 0.14 | 0.19 | 319.55 | 0.48 | 0.63 |
| Hex | CE | 75 | B1 | 0 | 2B | E | 13 | 140 | 30 | 3F |
| Octal | 316 | 165 | 261 | 0 | 53 | 16 | 23 | 500 | 60 | 77 |
| Binary | 11001110 | 1110101 | 10110001 | 0 | 101011 | 1110 | 10011 | 101000000 | 110000 | 111111 |
Color Harmonies of #CE75B1
Complementary color
Monochromatic Colors of #CE75B1
Black with #CE75B1
Text Example
Text Example
White with #CE75B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75B1; }
p { color: rgb(206,117,177); }
H1.HeaderClassName
{
color: #CE75B1;
}
.AnyTagClassName
{
color: #CE75B1;
}
</style>
background-color css
<style>
a { background-color: #CE75B1; }
a { background-color: rgb(206,117,177); }
div.DivClassName
{
background-color: #CE75B1;
}
.BgClassName
{
background-color: #CE75B1;
}
</style>
border-color css
<style>
span { border-color: #CE75B1; }
span { border-color: rgb(206,117,177); }
td.TdClassName
{
border-color: #CE75B1;
}
.TagClassName
{
border-color: #CE75B1;
}
</style>