Shades of Hopbush #CA74B0
Tints of Hopbush #CA74B0
RGB
CMYK
RGB Variations
Color information
#CA74B0 (or 0xCA74B0) is known color: Hopbush. HEX triplet: CA, 74 and B0. RGB value is (202,116,176). Sum of RGB (Red+Green+Blue) = 202+116+176=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA74B0 is #358B4F. Grayscale: #949494. Windows color (decimal): -3509072 or 11564234. OLE color: 11564234.
HSL color Cylindrical-coordinate representation of color #CA74B0: hue angle of 318.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA74B0 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 176 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.21 |
| HSL | 318.14º | 0.45% | 0.62% | - |
| HSV(B) | 318.14º | 0.43% | 0.79% | - |
| XYZ | 38.44 | 28.18 | 44.49 | - |
| YUV | 148.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 176 | 0 | 0.43 | 0.13 | 0.21 | 318.14 | 0.45 | 0.62 |
| Hex | CA | 74 | B0 | 0 | 2B | D | 15 | 13E | 2D | 3E |
| Octal | 312 | 164 | 260 | 0 | 53 | 15 | 25 | 476 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10110000 | 0 | 101011 | 1101 | 10101 | 100111110 | 101101 | 111110 |
Color Harmonies of #CA74B0
Complementary color
Monochromatic Colors of #CA74B0
Black with #CA74B0
Text Example
Text Example
White with #CA74B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74B0; }
p { color: rgb(202,116,176); }
H1.HeaderClassName
{
color: #CA74B0;
}
.AnyTagClassName
{
color: #CA74B0;
}
</style>
background-color css
<style>
a { background-color: #CA74B0; }
a { background-color: rgb(202,116,176); }
div.DivClassName
{
background-color: #CA74B0;
}
.BgClassName
{
background-color: #CA74B0;
}
</style>
border-color css
<style>
span { border-color: #CA74B0; }
span { border-color: rgb(202,116,176); }
td.TdClassName
{
border-color: #CA74B0;
}
.TagClassName
{
border-color: #CA74B0;
}
</style>