Shades of Hopbush #CA77B0
Tints of Hopbush #CA77B0
RGB
CMYK
RGB Variations
Color information
#CA77B0 (or 0xCA77B0) is known color: Hopbush. HEX triplet: CA, 77 and B0. RGB value is (202,119,176). Sum of RGB (Red+Green+Blue) = 202+119+176=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77B0 is #35884F. Grayscale: #969696. Windows color (decimal): -3508304 or 11565002. OLE color: 11565002.
HSL color Cylindrical-coordinate representation of color #CA77B0: hue angle of 318.8º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA77B0 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 176 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.21 |
| HSL | 318.8º | 0.44% | 0.63% | - |
| HSV(B) | 318.8º | 0.41% | 0.79% | - |
| XYZ | 38.79 | 28.88 | 44.61 | - |
| YUV | 150.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 176 | 0 | 0.41 | 0.13 | 0.21 | 318.8 | 0.44 | 0.63 |
| Hex | CA | 77 | B0 | 0 | 29 | D | 15 | 13F | 2C | 3F |
| Octal | 312 | 167 | 260 | 0 | 51 | 15 | 25 | 477 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10110000 | 0 | 101001 | 1101 | 10101 | 100111111 | 101100 | 111111 |
Color Harmonies of #CA77B0
Complementary color
Monochromatic Colors of #CA77B0
Black with #CA77B0
Text Example
Text Example
White with #CA77B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77B0; }
p { color: rgb(202,119,176); }
H1.HeaderClassName
{
color: #CA77B0;
}
.AnyTagClassName
{
color: #CA77B0;
}
</style>
background-color css
<style>
a { background-color: #CA77B0; }
a { background-color: rgb(202,119,176); }
div.DivClassName
{
background-color: #CA77B0;
}
.BgClassName
{
background-color: #CA77B0;
}
</style>
border-color css
<style>
span { border-color: #CA77B0; }
span { border-color: rgb(202,119,176); }
td.TdClassName
{
border-color: #CA77B0;
}
.TagClassName
{
border-color: #CA77B0;
}
</style>