Shades of Hopbush #CA5DA1
Tints of Hopbush #CA5DA1
RGB
CMYK
RGB Variations
Color information
#CA5DA1 (or 0xCA5DA1) is known color: Hopbush. HEX triplet: CA, 5D and A1. RGB value is (202,93,161). Sum of RGB (Red+Green+Blue) = 202+93+161=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5DA1 is #35A25E. Grayscale: #858585. Windows color (decimal): -3514975 or 10575306. OLE color: 10575306.
HSL color Cylindrical-coordinate representation of color #CA5DA1: hue angle of 322.57º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5DA1 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 161 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.21 |
| HSL | 322.57º | 0.51% | 0.58% | - |
| HSV(B) | 322.57º | 0.54% | 0.79% | - |
| XYZ | 34.7 | 22.96 | 36.32 | - |
| YUV | 133.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 161 | 0 | 0.54 | 0.20 | 0.21 | 322.57 | 0.51 | 0.58 |
| Hex | CA | 5D | A1 | 0 | 36 | 14 | 15 | 143 | 33 | 3A |
| Octal | 312 | 135 | 241 | 0 | 66 | 24 | 25 | 503 | 63 | 72 |
| Binary | 11001010 | 1011101 | 10100001 | 0 | 110110 | 10100 | 10101 | 101000011 | 110011 | 111010 |
Color Harmonies of #CA5DA1
Complementary color
Monochromatic Colors of #CA5DA1
Black with #CA5DA1
Text Example
Text Example
White with #CA5DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DA1; }
p { color: rgb(202,93,161); }
H1.HeaderClassName
{
color: #CA5DA1;
}
.AnyTagClassName
{
color: #CA5DA1;
}
</style>
background-color css
<style>
a { background-color: #CA5DA1; }
a { background-color: rgb(202,93,161); }
div.DivClassName
{
background-color: #CA5DA1;
}
.BgClassName
{
background-color: #CA5DA1;
}
</style>
border-color css
<style>
span { border-color: #CA5DA1; }
span { border-color: rgb(202,93,161); }
td.TdClassName
{
border-color: #CA5DA1;
}
.TagClassName
{
border-color: #CA5DA1;
}
</style>