Shades of Hopbush #CA6BAD
Tints of Hopbush #CA6BAD
RGB
CMYK
RGB Variations
Color information
#CA6BAD (or 0xCA6BAD) is known color: Hopbush. HEX triplet: CA, 6B and AD. RGB value is (202,107,173). Sum of RGB (Red+Green+Blue) = 202+107+173=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6BAD is #359452. Grayscale: #8E8E8E. Windows color (decimal): -3511379 or 11365322. OLE color: 11365322.
HSL color Cylindrical-coordinate representation of color #CA6BAD: hue angle of 318.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6BAD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 173 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.21 |
| HSL | 318.32º | 0.47% | 0.61% | - |
| HSV(B) | 318.32º | 0.47% | 0.79% | - |
| XYZ | 37.16 | 26.09 | 42.61 | - |
| YUV | 142.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 173 | 0 | 0.47 | 0.14 | 0.21 | 318.32 | 0.47 | 0.61 |
| Hex | CA | 6B | AD | 0 | 2F | E | 15 | 13E | 2F | 3D |
| Octal | 312 | 153 | 255 | 0 | 57 | 16 | 25 | 476 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10101101 | 0 | 101111 | 1110 | 10101 | 100111110 | 101111 | 111101 |
Color Harmonies of #CA6BAD
Complementary color
Monochromatic Colors of #CA6BAD
Black with #CA6BAD
Text Example
Text Example
White with #CA6BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BAD; }
p { color: rgb(202,107,173); }
H1.HeaderClassName
{
color: #CA6BAD;
}
.AnyTagClassName
{
color: #CA6BAD;
}
</style>
background-color css
<style>
a { background-color: #CA6BAD; }
a { background-color: rgb(202,107,173); }
div.DivClassName
{
background-color: #CA6BAD;
}
.BgClassName
{
background-color: #CA6BAD;
}
</style>
border-color css
<style>
span { border-color: #CA6BAD; }
span { border-color: rgb(202,107,173); }
td.TdClassName
{
border-color: #CA6BAD;
}
.TagClassName
{
border-color: #CA6BAD;
}
</style>