Shades of Hopbush #CB5DA8
Tints of Hopbush #CB5DA8
RGB
CMYK
RGB Variations
Color information
#CB5DA8 (or 0xCB5DA8) is known color: Hopbush. HEX triplet: CB, 5D and A8. RGB value is (203,93,168). Sum of RGB (Red+Green+Blue) = 203+93+168=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DA8 is #34A257. Grayscale: #868686. Windows color (decimal): -3449432 or 11034059. OLE color: 11034059.
HSL color Cylindrical-coordinate representation of color #CB5DA8: hue angle of 319.09º 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 #CB5DA8 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 168 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.20 |
| HSL | 319.09º | 0.51% | 0.58% | - |
| HSV(B) | 319.09º | 0.54% | 0.8% | - |
| XYZ | 35.61 | 23.35 | 39.68 | - |
| YUV | 134.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 168 | 0 | 0.54 | 0.17 | 0.20 | 319.09 | 0.51 | 0.58 |
| Hex | CB | 5D | A8 | 0 | 36 | 11 | 14 | 13F | 33 | 3A |
| Octal | 313 | 135 | 250 | 0 | 66 | 21 | 24 | 477 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10101000 | 0 | 110110 | 10001 | 10100 | 100111111 | 110011 | 111010 |
Color Harmonies of #CB5DA8
Complementary color
Monochromatic Colors of #CB5DA8
Black with #CB5DA8
Text Example
Text Example
White with #CB5DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DA8; }
p { color: rgb(203,93,168); }
H1.HeaderClassName
{
color: #CB5DA8;
}
.AnyTagClassName
{
color: #CB5DA8;
}
</style>
background-color css
<style>
a { background-color: #CB5DA8; }
a { background-color: rgb(203,93,168); }
div.DivClassName
{
background-color: #CB5DA8;
}
.BgClassName
{
background-color: #CB5DA8;
}
</style>
border-color css
<style>
span { border-color: #CB5DA8; }
span { border-color: rgb(203,93,168); }
td.TdClassName
{
border-color: #CB5DA8;
}
.TagClassName
{
border-color: #CB5DA8;
}
</style>