Shades of Hopbush #CA75A8
Tints of Hopbush #CA75A8
RGB
CMYK
RGB Variations
Color information
#CA75A8 (or 0xCA75A8) is known color: Hopbush. HEX triplet: CA, 75 and A8. RGB value is (202,117,168). Sum of RGB (Red+Green+Blue) = 202+117+168=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75A8 is #358A57. Grayscale: #949494. Windows color (decimal): -3508824 or 11040202. OLE color: 11040202.
HSL color Cylindrical-coordinate representation of color #CA75A8: hue angle of 324º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75A8 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 168 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.21 |
| HSL | 324º | 0.45% | 0.63% | - |
| HSV(B) | 324º | 0.42% | 0.79% | - |
| XYZ | 37.79 | 28.11 | 40.48 | - |
| YUV | 148.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 168 | 0 | 0.42 | 0.17 | 0.21 | 324 | 0.45 | 0.63 |
| Hex | CA | 75 | A8 | 0 | 2A | 11 | 15 | 144 | 2D | 3F |
| Octal | 312 | 165 | 250 | 0 | 52 | 21 | 25 | 504 | 55 | 77 |
| Binary | 11001010 | 1110101 | 10101000 | 0 | 101010 | 10001 | 10101 | 101000100 | 101101 | 111111 |
Color Harmonies of #CA75A8
Complementary color
Monochromatic Colors of #CA75A8
Black with #CA75A8
Text Example
Text Example
White with #CA75A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA75A8; }
p { color: rgb(202,117,168); }
H1.HeaderClassName
{
color: #CA75A8;
}
.AnyTagClassName
{
color: #CA75A8;
}
</style>
background-color css
<style>
a { background-color: #CA75A8; }
a { background-color: rgb(202,117,168); }
div.DivClassName
{
background-color: #CA75A8;
}
.BgClassName
{
background-color: #CA75A8;
}
</style>
border-color css
<style>
span { border-color: #CA75A8; }
span { border-color: rgb(202,117,168); }
td.TdClassName
{
border-color: #CA75A8;
}
.TagClassName
{
border-color: #CA75A8;
}
</style>