Shades of Hopbush #CA71AD
Tints of Hopbush #CA71AD
RGB
CMYK
RGB Variations
Color information
#CA71AD (or 0xCA71AD) is known color: Hopbush. HEX triplet: CA, 71 and AD. RGB value is (202,113,173). Sum of RGB (Red+Green+Blue) = 202+113+173=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA71AD is #358E52. Grayscale: #929292. Windows color (decimal): -3509843 or 11366858. OLE color: 11366858.
HSL color Cylindrical-coordinate representation of color #CA71AD: hue angle of 319.55º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA71AD is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 173 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.21 |
| HSL | 319.55º | 0.46% | 0.62% | - |
| HSV(B) | 319.55º | 0.44% | 0.79% | - |
| XYZ | 37.81 | 27.38 | 42.83 | - |
| YUV | 146.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 173 | 0 | 0.44 | 0.14 | 0.21 | 319.55 | 0.46 | 0.62 |
| Hex | CA | 71 | AD | 0 | 2C | E | 15 | 140 | 2E | 3E |
| Octal | 312 | 161 | 255 | 0 | 54 | 16 | 25 | 500 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10101101 | 0 | 101100 | 1110 | 10101 | 101000000 | 101110 | 111110 |
Color Harmonies of #CA71AD
Complementary color
Monochromatic Colors of #CA71AD
Black with #CA71AD
Text Example
Text Example
White with #CA71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71AD; }
p { color: rgb(202,113,173); }
H1.HeaderClassName
{
color: #CA71AD;
}
.AnyTagClassName
{
color: #CA71AD;
}
</style>
background-color css
<style>
a { background-color: #CA71AD; }
a { background-color: rgb(202,113,173); }
div.DivClassName
{
background-color: #CA71AD;
}
.BgClassName
{
background-color: #CA71AD;
}
</style>
border-color css
<style>
span { border-color: #CA71AD; }
span { border-color: rgb(202,113,173); }
td.TdClassName
{
border-color: #CA71AD;
}
.TagClassName
{
border-color: #CA71AD;
}
</style>