Shades of Hopbush #CA7DA8
Tints of Hopbush #CA7DA8
RGB
CMYK
RGB Variations
Color information
#CA7DA8 (or 0xCA7DA8) is known color: Hopbush. HEX triplet: CA, 7D and A8. RGB value is (202,125,168). Sum of RGB (Red+Green+Blue) = 202+125+168=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7DA8 is #358257. Grayscale: #989898. Windows color (decimal): -3506776 or 11042250. OLE color: 11042250.
HSL color Cylindrical-coordinate representation of color #CA7DA8: hue angle of 326.49º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7DA8 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 168 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.21 |
| HSL | 326.49º | 0.42% | 0.64% | - |
| HSV(B) | 326.49º | 0.38% | 0.79% | - |
| XYZ | 38.76 | 30.05 | 40.8 | - |
| YUV | 152.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 168 | 0 | 0.38 | 0.17 | 0.21 | 326.49 | 0.42 | 0.64 |
| Hex | CA | 7D | A8 | 0 | 26 | 11 | 15 | 146 | 2A | 40 |
| Octal | 312 | 175 | 250 | 0 | 46 | 21 | 25 | 506 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10101000 | 0 | 100110 | 10001 | 10101 | 101000110 | 101010 | 1000000 |
Color Harmonies of #CA7DA8
Complementary color
Monochromatic Colors of #CA7DA8
Black with #CA7DA8
Text Example
Text Example
White with #CA7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DA8; }
p { color: rgb(202,125,168); }
H1.HeaderClassName
{
color: #CA7DA8;
}
.AnyTagClassName
{
color: #CA7DA8;
}
</style>
background-color css
<style>
a { background-color: #CA7DA8; }
a { background-color: rgb(202,125,168); }
div.DivClassName
{
background-color: #CA7DA8;
}
.BgClassName
{
background-color: #CA7DA8;
}
</style>
border-color css
<style>
span { border-color: #CA7DA8; }
span { border-color: rgb(202,125,168); }
td.TdClassName
{
border-color: #CA7DA8;
}
.TagClassName
{
border-color: #CA7DA8;
}
</style>