Shades of Hopbush #CE75B0
Tints of Hopbush #CE75B0
RGB
CMYK
RGB Variations
Color information
#CE75B0 (or 0xCE75B0) is known color: Hopbush. HEX triplet: CE, 75 and B0. RGB value is (206,117,176). Sum of RGB (Red+Green+Blue) = 206+117+176=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE75B0 is #318A4F. Grayscale: #969696. Windows color (decimal): -3246672 or 11564494. OLE color: 11564494.
HSL color Cylindrical-coordinate representation of color #CE75B0: hue angle of 320.22º 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 #CE75B0 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 176 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.19 |
| HSL | 320.22º | 0.48% | 0.63% | - |
| HSV(B) | 320.22º | 0.43% | 0.81% | - |
| XYZ | 39.65 | 28.98 | 44.58 | - |
| YUV | 150.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 176 | 0 | 0.43 | 0.15 | 0.19 | 320.22 | 0.48 | 0.63 |
| Hex | CE | 75 | B0 | 0 | 2B | F | 13 | 140 | 30 | 3F |
| Octal | 316 | 165 | 260 | 0 | 53 | 17 | 23 | 500 | 60 | 77 |
| Binary | 11001110 | 1110101 | 10110000 | 0 | 101011 | 1111 | 10011 | 101000000 | 110000 | 111111 |
Color Harmonies of #CE75B0
Complementary color
Monochromatic Colors of #CE75B0
Black with #CE75B0
Text Example
Text Example
White with #CE75B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75B0; }
p { color: rgb(206,117,176); }
H1.HeaderClassName
{
color: #CE75B0;
}
.AnyTagClassName
{
color: #CE75B0;
}
</style>
background-color css
<style>
a { background-color: #CE75B0; }
a { background-color: rgb(206,117,176); }
div.DivClassName
{
background-color: #CE75B0;
}
.BgClassName
{
background-color: #CE75B0;
}
</style>
border-color css
<style>
span { border-color: #CE75B0; }
span { border-color: rgb(206,117,176); }
td.TdClassName
{
border-color: #CE75B0;
}
.TagClassName
{
border-color: #CE75B0;
}
</style>