Shades of Hopbush #CB63AA
Tints of Hopbush #CB63AA
RGB
CMYK
RGB Variations
Color information
#CB63AA (or 0xCB63AA) is known color: Hopbush. HEX triplet: CB, 63 and AA. RGB value is (203,99,170). Sum of RGB (Red+Green+Blue) = 203+99+170=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB63AA is #349C55. Grayscale: #8A8A8A. Windows color (decimal): -3447894 or 11166667. OLE color: 11166667.
HSL color Cylindrical-coordinate representation of color #CB63AA: hue angle of 319.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB63AA is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 170 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.20 |
| HSL | 319.04º | 0.5% | 0.59% | - |
| HSV(B) | 319.04º | 0.51% | 0.8% | - |
| XYZ | 36.35 | 24.52 | 40.85 | - |
| YUV | 138.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 170 | 0 | 0.51 | 0.16 | 0.20 | 319.04 | 0.5 | 0.59 |
| Hex | CB | 63 | AA | 0 | 33 | 10 | 14 | 13F | 32 | 3B |
| Octal | 313 | 143 | 252 | 0 | 63 | 20 | 24 | 477 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10101010 | 0 | 110011 | 10000 | 10100 | 100111111 | 110010 | 111011 |
Color Harmonies of #CB63AA
Complementary color
Monochromatic Colors of #CB63AA
Black with #CB63AA
Text Example
Text Example
White with #CB63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63AA; }
p { color: rgb(203,99,170); }
H1.HeaderClassName
{
color: #CB63AA;
}
.AnyTagClassName
{
color: #CB63AA;
}
</style>
background-color css
<style>
a { background-color: #CB63AA; }
a { background-color: rgb(203,99,170); }
div.DivClassName
{
background-color: #CB63AA;
}
.BgClassName
{
background-color: #CB63AA;
}
</style>
border-color css
<style>
span { border-color: #CB63AA; }
span { border-color: rgb(203,99,170); }
td.TdClassName
{
border-color: #CB63AA;
}
.TagClassName
{
border-color: #CB63AA;
}
</style>