Shades of Hopbush #CA73AD
Tints of Hopbush #CA73AD
RGB
CMYK
RGB Variations
Color information
#CA73AD (or 0xCA73AD) is known color: Hopbush. HEX triplet: CA, 73 and AD. RGB value is (202,115,173). Sum of RGB (Red+Green+Blue) = 202+115+173=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA73AD is #358C52. Grayscale: #939393. Windows color (decimal): -3509331 or 11367370. OLE color: 11367370.
HSL color Cylindrical-coordinate representation of color #CA73AD: hue angle of 320º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA73AD is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 173 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.21 |
| HSL | 320º | 0.45% | 0.62% | - |
| HSV(B) | 320º | 0.43% | 0.79% | - |
| XYZ | 38.03 | 27.84 | 42.9 | - |
| YUV | 147.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 173 | 0 | 0.43 | 0.14 | 0.21 | 320 | 0.45 | 0.62 |
| Hex | CA | 73 | AD | 0 | 2B | E | 15 | 140 | 2D | 3E |
| Octal | 312 | 163 | 255 | 0 | 53 | 16 | 25 | 500 | 55 | 76 |
| Binary | 11001010 | 1110011 | 10101101 | 0 | 101011 | 1110 | 10101 | 101000000 | 101101 | 111110 |
Color Harmonies of #CA73AD
Complementary color
Monochromatic Colors of #CA73AD
Black with #CA73AD
Text Example
Text Example
White with #CA73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73AD; }
p { color: rgb(202,115,173); }
H1.HeaderClassName
{
color: #CA73AD;
}
.AnyTagClassName
{
color: #CA73AD;
}
</style>
background-color css
<style>
a { background-color: #CA73AD; }
a { background-color: rgb(202,115,173); }
div.DivClassName
{
background-color: #CA73AD;
}
.BgClassName
{
background-color: #CA73AD;
}
</style>
border-color css
<style>
span { border-color: #CA73AD; }
span { border-color: rgb(202,115,173); }
td.TdClassName
{
border-color: #CA73AD;
}
.TagClassName
{
border-color: #CA73AD;
}
</style>