Shades of Hopbush #CE5D9F
Tints of Hopbush #CE5D9F
RGB
CMYK
RGB Variations
Color information
#CE5D9F (or 0xCE5D9F) is known color: Hopbush. HEX triplet: CE, 5D and 9F. RGB value is (206,93,159). Sum of RGB (Red+Green+Blue) = 206+93+159=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D9F is #31A260. Grayscale: #868686. Windows color (decimal): -3252833 or 10444238. OLE color: 10444238.
HSL color Cylindrical-coordinate representation of color #CE5D9F: hue angle of 324.96º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5D9F is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 159 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.19 |
| HSL | 324.96º | 0.54% | 0.59% | - |
| HSV(B) | 324.96º | 0.55% | 0.81% | - |
| XYZ | 35.63 | 23.45 | 35.45 | - |
| YUV | 134.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 159 | 0 | 0.55 | 0.23 | 0.19 | 324.96 | 0.54 | 0.59 |
| Hex | CE | 5D | 9F | 0 | 37 | 17 | 13 | 145 | 36 | 3B |
| Octal | 316 | 135 | 237 | 0 | 67 | 27 | 23 | 505 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10011111 | 0 | 110111 | 10111 | 10011 | 101000101 | 110110 | 111011 |
Color Harmonies of #CE5D9F
Complementary color
Monochromatic Colors of #CE5D9F
Black with #CE5D9F
Text Example
Text Example
White with #CE5D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D9F; }
p { color: rgb(206,93,159); }
H1.HeaderClassName
{
color: #CE5D9F;
}
.AnyTagClassName
{
color: #CE5D9F;
}
</style>
background-color css
<style>
a { background-color: #CE5D9F; }
a { background-color: rgb(206,93,159); }
div.DivClassName
{
background-color: #CE5D9F;
}
.BgClassName
{
background-color: #CE5D9F;
}
</style>
border-color css
<style>
span { border-color: #CE5D9F; }
span { border-color: rgb(206,93,159); }
td.TdClassName
{
border-color: #CE5D9F;
}
.TagClassName
{
border-color: #CE5D9F;
}
</style>