Shades of Hopbush #CB5DA6
Tints of Hopbush #CB5DA6
RGB
CMYK
RGB Variations
Color information
#CB5DA6 (or 0xCB5DA6) is known color: Hopbush. HEX triplet: CB, 5D and A6. RGB value is (203,93,166). Sum of RGB (Red+Green+Blue) = 203+93+166=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DA6 is #34A259. Grayscale: #868686. Windows color (decimal): -3449434 or 10902987. OLE color: 10902987.
HSL color Cylindrical-coordinate representation of color #CB5DA6: hue angle of 320.18º 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 #CB5DA6 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 166 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.20 |
| HSL | 320.18º | 0.51% | 0.58% | - |
| HSV(B) | 320.18º | 0.54% | 0.8% | - |
| XYZ | 35.43 | 23.28 | 38.7 | - |
| YUV | 134.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 166 | 0 | 0.54 | 0.18 | 0.20 | 320.18 | 0.51 | 0.58 |
| Hex | CB | 5D | A6 | 0 | 36 | 12 | 14 | 140 | 33 | 3A |
| Octal | 313 | 135 | 246 | 0 | 66 | 22 | 24 | 500 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10100110 | 0 | 110110 | 10010 | 10100 | 101000000 | 110011 | 111010 |
Color Harmonies of #CB5DA6
Complementary color
Monochromatic Colors of #CB5DA6
Black with #CB5DA6
Text Example
Text Example
White with #CB5DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DA6; }
p { color: rgb(203,93,166); }
H1.HeaderClassName
{
color: #CB5DA6;
}
.AnyTagClassName
{
color: #CB5DA6;
}
</style>
background-color css
<style>
a { background-color: #CB5DA6; }
a { background-color: rgb(203,93,166); }
div.DivClassName
{
background-color: #CB5DA6;
}
.BgClassName
{
background-color: #CB5DA6;
}
</style>
border-color css
<style>
span { border-color: #CB5DA6; }
span { border-color: rgb(203,93,166); }
td.TdClassName
{
border-color: #CB5DA6;
}
.TagClassName
{
border-color: #CB5DA6;
}
</style>