Shades of Hopbush #CA5E9D
Tints of Hopbush #CA5E9D
RGB
CMYK
RGB Variations
Color information
#CA5E9D (or 0xCA5E9D) is known color: Hopbush. HEX triplet: CA, 5E and 9D. RGB value is (202,94,157). Sum of RGB (Red+Green+Blue) = 202+94+157=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E9D is #35A162. Grayscale: #858585. Windows color (decimal): -3514723 or 10313418. OLE color: 10313418.
HSL color Cylindrical-coordinate representation of color #CA5E9D: hue angle of 325º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E9D is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 157 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.21 |
| HSL | 325º | 0.5% | 0.58% | - |
| HSV(B) | 325º | 0.53% | 0.79% | - |
| XYZ | 34.45 | 23 | 34.52 | - |
| YUV | 133.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 157 | 0 | 0.53 | 0.22 | 0.21 | 325 | 0.5 | 0.58 |
| Hex | CA | 5E | 9D | 0 | 35 | 16 | 15 | 145 | 32 | 3A |
| Octal | 312 | 136 | 235 | 0 | 65 | 26 | 25 | 505 | 62 | 72 |
| Binary | 11001010 | 1011110 | 10011101 | 0 | 110101 | 10110 | 10101 | 101000101 | 110010 | 111010 |
Color Harmonies of #CA5E9D
Complementary color
Monochromatic Colors of #CA5E9D
Black with #CA5E9D
Text Example
Text Example
White with #CA5E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E9D; }
p { color: rgb(202,94,157); }
H1.HeaderClassName
{
color: #CA5E9D;
}
.AnyTagClassName
{
color: #CA5E9D;
}
</style>
background-color css
<style>
a { background-color: #CA5E9D; }
a { background-color: rgb(202,94,157); }
div.DivClassName
{
background-color: #CA5E9D;
}
.BgClassName
{
background-color: #CA5E9D;
}
</style>
border-color css
<style>
span { border-color: #CA5E9D; }
span { border-color: rgb(202,94,157); }
td.TdClassName
{
border-color: #CA5E9D;
}
.TagClassName
{
border-color: #CA5E9D;
}
</style>