Shades of Hopbush #CB5E9E
Tints of Hopbush #CB5E9E
RGB
CMYK
RGB Variations
Color information
#CB5E9E (or 0xCB5E9E) is known color: Hopbush. HEX triplet: CB, 5E and 9E. RGB value is (203,94,158). Sum of RGB (Red+Green+Blue) = 203+94+158=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E9E is #34A161. Grayscale: #858585. Windows color (decimal): -3449186 or 10378955. OLE color: 10378955.
HSL color Cylindrical-coordinate representation of color #CB5E9E: hue angle of 324.77º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5E9E is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 158 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.20 |
| HSL | 324.77º | 0.51% | 0.58% | - |
| HSV(B) | 324.77º | 0.54% | 0.8% | - |
| XYZ | 34.8 | 23.17 | 34.99 | - |
| YUV | 133.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 158 | 0 | 0.54 | 0.22 | 0.20 | 324.77 | 0.51 | 0.58 |
| Hex | CB | 5E | 9E | 0 | 36 | 16 | 14 | 145 | 33 | 3A |
| Octal | 313 | 136 | 236 | 0 | 66 | 26 | 24 | 505 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10011110 | 0 | 110110 | 10110 | 10100 | 101000101 | 110011 | 111010 |
Color Harmonies of #CB5E9E
Complementary color
Monochromatic Colors of #CB5E9E
Black with #CB5E9E
Text Example
Text Example
White with #CB5E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E9E; }
p { color: rgb(203,94,158); }
H1.HeaderClassName
{
color: #CB5E9E;
}
.AnyTagClassName
{
color: #CB5E9E;
}
</style>
background-color css
<style>
a { background-color: #CB5E9E; }
a { background-color: rgb(203,94,158); }
div.DivClassName
{
background-color: #CB5E9E;
}
.BgClassName
{
background-color: #CB5E9E;
}
</style>
border-color css
<style>
span { border-color: #CB5E9E; }
span { border-color: rgb(203,94,158); }
td.TdClassName
{
border-color: #CB5E9E;
}
.TagClassName
{
border-color: #CB5E9E;
}
</style>