Shades of Hopbush #CB65A8
Tints of Hopbush #CB65A8
RGB
CMYK
RGB Variations
Color information
#CB65A8 (or 0xCB65A8) is known color: Hopbush. HEX triplet: CB, 65 and A8. RGB value is (203,101,168). Sum of RGB (Red+Green+Blue) = 203+101+168=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB65A8 is #349A57. Grayscale: #8A8A8A. Windows color (decimal): -3447384 or 11036107. OLE color: 11036107.
HSL color Cylindrical-coordinate representation of color #CB65A8: hue angle of 320.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB65A8 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 168 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.20 |
| HSL | 320.59º | 0.5% | 0.6% | - |
| HSV(B) | 320.59º | 0.5% | 0.8% | - |
| XYZ | 36.35 | 24.83 | 39.92 | - |
| YUV | 139.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 168 | 0 | 0.50 | 0.17 | 0.20 | 320.59 | 0.5 | 0.6 |
| Hex | CB | 65 | A8 | 0 | 32 | 11 | 14 | 141 | 32 | 3C |
| Octal | 313 | 145 | 250 | 0 | 62 | 21 | 24 | 501 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10101000 | 0 | 110010 | 10001 | 10100 | 101000001 | 110010 | 111100 |
Color Harmonies of #CB65A8
Complementary color
Monochromatic Colors of #CB65A8
Black with #CB65A8
Text Example
Text Example
White with #CB65A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65A8; }
p { color: rgb(203,101,168); }
H1.HeaderClassName
{
color: #CB65A8;
}
.AnyTagClassName
{
color: #CB65A8;
}
</style>
background-color css
<style>
a { background-color: #CB65A8; }
a { background-color: rgb(203,101,168); }
div.DivClassName
{
background-color: #CB65A8;
}
.BgClassName
{
background-color: #CB65A8;
}
</style>
border-color css
<style>
span { border-color: #CB65A8; }
span { border-color: rgb(203,101,168); }
td.TdClassName
{
border-color: #CB65A8;
}
.TagClassName
{
border-color: #CB65A8;
}
</style>