Shades of Hopbush #CD71A8
Tints of Hopbush #CD71A8
RGB
CMYK
RGB Variations
Color information
#CD71A8 (or 0xCD71A8) is known color: Hopbush. HEX triplet: CD, 71 and A8. RGB value is (205,113,168). Sum of RGB (Red+Green+Blue) = 205+113+168=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD71A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD71A8 is #328E57. Grayscale: #929292. Windows color (decimal): -3313240 or 11039181. OLE color: 11039181.
HSL color Cylindrical-coordinate representation of color #CD71A8: hue angle of 324.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD71A8 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 168 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.20 |
| HSL | 324.13º | 0.48% | 0.62% | - |
| HSV(B) | 324.13º | 0.45% | 0.8% | - |
| XYZ | 38.15 | 27.62 | 40.37 | - |
| YUV | 146.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 168 | 0 | 0.45 | 0.18 | 0.20 | 324.13 | 0.48 | 0.62 |
| Hex | CD | 71 | A8 | 0 | 2D | 12 | 14 | 144 | 30 | 3E |
| Octal | 315 | 161 | 250 | 0 | 55 | 22 | 24 | 504 | 60 | 76 |
| Binary | 11001101 | 1110001 | 10101000 | 0 | 101101 | 10010 | 10100 | 101000100 | 110000 | 111110 |
Color Harmonies of #CD71A8
Complementary color
Monochromatic Colors of #CD71A8
Black with #CD71A8
Text Example
Text Example
White with #CD71A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD71A8; }
p { color: rgb(205,113,168); }
H1.HeaderClassName
{
color: #CD71A8;
}
.AnyTagClassName
{
color: #CD71A8;
}
</style>
background-color css
<style>
a { background-color: #CD71A8; }
a { background-color: rgb(205,113,168); }
div.DivClassName
{
background-color: #CD71A8;
}
.BgClassName
{
background-color: #CD71A8;
}
</style>
border-color css
<style>
span { border-color: #CD71A8; }
span { border-color: rgb(205,113,168); }
td.TdClassName
{
border-color: #CD71A8;
}
.TagClassName
{
border-color: #CD71A8;
}
</style>