Shades of Hopbush #CA619D
Tints of Hopbush #CA619D
RGB
CMYK
RGB Variations
Color information
#CA619D (or 0xCA619D) is known color: Hopbush. HEX triplet: CA, 61 and 9D. RGB value is (202,97,157). Sum of RGB (Red+Green+Blue) = 202+97+157=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA619D is #359E62. Grayscale: #878787. Windows color (decimal): -3513955 or 10314186. OLE color: 10314186.
HSL color Cylindrical-coordinate representation of color #CA619D: hue angle of 325.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA619D is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 157 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.21 |
| HSL | 325.71º | 0.5% | 0.59% | - |
| HSV(B) | 325.71º | 0.52% | 0.79% | - |
| XYZ | 34.72 | 23.54 | 34.61 | - |
| YUV | 135.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 157 | 0 | 0.52 | 0.22 | 0.21 | 325.71 | 0.5 | 0.59 |
| Hex | CA | 61 | 9D | 0 | 34 | 16 | 15 | 146 | 32 | 3B |
| Octal | 312 | 141 | 235 | 0 | 64 | 26 | 25 | 506 | 62 | 73 |
| Binary | 11001010 | 1100001 | 10011101 | 0 | 110100 | 10110 | 10101 | 101000110 | 110010 | 111011 |
Color Harmonies of #CA619D
Complementary color
Monochromatic Colors of #CA619D
Black with #CA619D
Text Example
Text Example
White with #CA619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA619D; }
p { color: rgb(202,97,157); }
H1.HeaderClassName
{
color: #CA619D;
}
.AnyTagClassName
{
color: #CA619D;
}
</style>
background-color css
<style>
a { background-color: #CA619D; }
a { background-color: rgb(202,97,157); }
div.DivClassName
{
background-color: #CA619D;
}
.BgClassName
{
background-color: #CA619D;
}
</style>
border-color css
<style>
span { border-color: #CA619D; }
span { border-color: rgb(202,97,157); }
td.TdClassName
{
border-color: #CA619D;
}
.TagClassName
{
border-color: #CA619D;
}
</style>