Shades of Hopbush #CB5EA8
Tints of Hopbush #CB5EA8
RGB
CMYK
RGB Variations
Color information
#CB5EA8 (or 0xCB5EA8) is known color: Hopbush. HEX triplet: CB, 5E and A8. RGB value is (203,94,168). Sum of RGB (Red+Green+Blue) = 203+94+168=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5EA8 is #34A157. Grayscale: #868686. Windows color (decimal): -3449176 or 11034315. OLE color: 11034315.
HSL color Cylindrical-coordinate representation of color #CB5EA8: hue angle of 319.27º 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 #CB5EA8 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 168 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.20 |
| HSL | 319.27º | 0.51% | 0.58% | - |
| HSV(B) | 319.27º | 0.54% | 0.8% | - |
| XYZ | 35.7 | 23.53 | 39.71 | - |
| YUV | 135.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 168 | 0 | 0.54 | 0.17 | 0.20 | 319.27 | 0.51 | 0.58 |
| Hex | CB | 5E | A8 | 0 | 36 | 11 | 14 | 13F | 33 | 3A |
| Octal | 313 | 136 | 250 | 0 | 66 | 21 | 24 | 477 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10101000 | 0 | 110110 | 10001 | 10100 | 100111111 | 110011 | 111010 |
Color Harmonies of #CB5EA8
Complementary color
Monochromatic Colors of #CB5EA8
Black with #CB5EA8
Text Example
Text Example
White with #CB5EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EA8; }
p { color: rgb(203,94,168); }
H1.HeaderClassName
{
color: #CB5EA8;
}
.AnyTagClassName
{
color: #CB5EA8;
}
</style>
background-color css
<style>
a { background-color: #CB5EA8; }
a { background-color: rgb(203,94,168); }
div.DivClassName
{
background-color: #CB5EA8;
}
.BgClassName
{
background-color: #CB5EA8;
}
</style>
border-color css
<style>
span { border-color: #CB5EA8; }
span { border-color: rgb(203,94,168); }
td.TdClassName
{
border-color: #CB5EA8;
}
.TagClassName
{
border-color: #CB5EA8;
}
</style>