Shades of Hopbush #CF70AD
Tints of Hopbush #CF70AD
RGB
CMYK
RGB Variations
Color information
#CF70AD (or 0xCF70AD) is known color: Hopbush. HEX triplet: CF, 70 and AD. RGB value is (207,112,173). Sum of RGB (Red+Green+Blue) = 207+112+173=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF70AD is #308F52. Grayscale: #939393. Windows color (decimal): -3182419 or 11366607. OLE color: 11366607.
HSL color Cylindrical-coordinate representation of color #CF70AD: hue angle of 321.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF70AD is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 173 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.19 |
| HSL | 321.47º | 0.5% | 0.63% | - |
| HSV(B) | 321.47º | 0.46% | 0.81% | - |
| XYZ | 39.07 | 27.87 | 42.86 | - |
| YUV | 147.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 173 | 0 | 0.46 | 0.16 | 0.19 | 321.47 | 0.5 | 0.63 |
| Hex | CF | 70 | AD | 0 | 2E | 10 | 13 | 141 | 32 | 3F |
| Octal | 317 | 160 | 255 | 0 | 56 | 20 | 23 | 501 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10101101 | 0 | 101110 | 10000 | 10011 | 101000001 | 110010 | 111111 |
Color Harmonies of #CF70AD
Complementary color
Monochromatic Colors of #CF70AD
Black with #CF70AD
Text Example
Text Example
White with #CF70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70AD; }
p { color: rgb(207,112,173); }
H1.HeaderClassName
{
color: #CF70AD;
}
.AnyTagClassName
{
color: #CF70AD;
}
</style>
background-color css
<style>
a { background-color: #CF70AD; }
a { background-color: rgb(207,112,173); }
div.DivClassName
{
background-color: #CF70AD;
}
.BgClassName
{
background-color: #CF70AD;
}
</style>
border-color css
<style>
span { border-color: #CF70AD; }
span { border-color: rgb(207,112,173); }
td.TdClassName
{
border-color: #CF70AD;
}
.TagClassName
{
border-color: #CF70AD;
}
</style>