Shades of Hopbush #CD70A6
Tints of Hopbush #CD70A6
RGB
CMYK
RGB Variations
Color information
#CD70A6 (or 0xCD70A6) is known color: Hopbush. HEX triplet: CD, 70 and A6. RGB value is (205,112,166). Sum of RGB (Red+Green+Blue) = 205+112+166=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD70A6 is #328F59. Grayscale: #919191. Windows color (decimal): -3313498 or 10907853. OLE color: 10907853.
HSL color Cylindrical-coordinate representation of color #CD70A6: hue angle of 325.16º 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 #CD70A6 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 166 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.20 |
| HSL | 325.16º | 0.48% | 0.62% | - |
| HSV(B) | 325.16º | 0.45% | 0.8% | - |
| XYZ | 37.85 | 27.32 | 39.35 | - |
| YUV | 145.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 166 | 0 | 0.45 | 0.19 | 0.20 | 325.16 | 0.48 | 0.62 |
| Hex | CD | 70 | A6 | 0 | 2D | 13 | 14 | 145 | 30 | 3E |
| Octal | 315 | 160 | 246 | 0 | 55 | 23 | 24 | 505 | 60 | 76 |
| Binary | 11001101 | 1110000 | 10100110 | 0 | 101101 | 10011 | 10100 | 101000101 | 110000 | 111110 |
Color Harmonies of #CD70A6
Complementary color
Monochromatic Colors of #CD70A6
Black with #CD70A6
Text Example
Text Example
White with #CD70A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD70A6; }
p { color: rgb(205,112,166); }
H1.HeaderClassName
{
color: #CD70A6;
}
.AnyTagClassName
{
color: #CD70A6;
}
</style>
background-color css
<style>
a { background-color: #CD70A6; }
a { background-color: rgb(205,112,166); }
div.DivClassName
{
background-color: #CD70A6;
}
.BgClassName
{
background-color: #CD70A6;
}
</style>
border-color css
<style>
span { border-color: #CD70A6; }
span { border-color: rgb(205,112,166); }
td.TdClassName
{
border-color: #CD70A6;
}
.TagClassName
{
border-color: #CD70A6;
}
</style>