Shades of Hopbush #CE5D9E
Tints of Hopbush #CE5D9E
RGB
CMYK
RGB Variations
Color information
#CE5D9E (or 0xCE5D9E) is known color: Hopbush. HEX triplet: CE, 5D and 9E. RGB value is (206,93,158). Sum of RGB (Red+Green+Blue) = 206+93+158=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D9E is #31A261. Grayscale: #868686. Windows color (decimal): -3252834 or 10378702. OLE color: 10378702.
HSL color Cylindrical-coordinate representation of color #CE5D9E: hue angle of 325.49º 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 #CE5D9E is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 158 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.19 |
| HSL | 325.49º | 0.54% | 0.59% | - |
| HSV(B) | 325.49º | 0.55% | 0.81% | - |
| XYZ | 35.54 | 23.42 | 34.99 | - |
| YUV | 134.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 158 | 0 | 0.55 | 0.23 | 0.19 | 325.49 | 0.54 | 0.59 |
| Hex | CE | 5D | 9E | 0 | 37 | 17 | 13 | 145 | 36 | 3B |
| Octal | 316 | 135 | 236 | 0 | 67 | 27 | 23 | 505 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10011110 | 0 | 110111 | 10111 | 10011 | 101000101 | 110110 | 111011 |
Color Harmonies of #CE5D9E
Complementary color
Monochromatic Colors of #CE5D9E
Black with #CE5D9E
Text Example
Text Example
White with #CE5D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D9E; }
p { color: rgb(206,93,158); }
H1.HeaderClassName
{
color: #CE5D9E;
}
.AnyTagClassName
{
color: #CE5D9E;
}
</style>
background-color css
<style>
a { background-color: #CE5D9E; }
a { background-color: rgb(206,93,158); }
div.DivClassName
{
background-color: #CE5D9E;
}
.BgClassName
{
background-color: #CE5D9E;
}
</style>
border-color css
<style>
span { border-color: #CE5D9E; }
span { border-color: rgb(206,93,158); }
td.TdClassName
{
border-color: #CE5D9E;
}
.TagClassName
{
border-color: #CE5D9E;
}
</style>