Shades of Hopbush #CF6FAF
Tints of Hopbush #CF6FAF
RGB
CMYK
RGB Variations
Color information
#CF6FAF (or 0xCF6FAF) is known color: Hopbush. HEX triplet: CF, 6F and AF. RGB value is (207,111,175). Sum of RGB (Red+Green+Blue) = 207+111+175=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6FAF is #309050. Grayscale: #929292. Windows color (decimal): -3182673 or 11497423. OLE color: 11497423.
HSL color Cylindrical-coordinate representation of color #CF6FAF: hue angle of 320º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FAF is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 175 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.19 |
| HSL | 320º | 0.5% | 0.62% | - |
| HSV(B) | 320º | 0.46% | 0.81% | - |
| XYZ | 39.15 | 27.73 | 43.85 | - |
| YUV | 147 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 175 | 0 | 0.46 | 0.15 | 0.19 | 320 | 0.5 | 0.62 |
| Hex | CF | 6F | AF | 0 | 2E | F | 13 | 140 | 32 | 3E |
| Octal | 317 | 157 | 257 | 0 | 56 | 17 | 23 | 500 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10101111 | 0 | 101110 | 1111 | 10011 | 101000000 | 110010 | 111110 |
Color Harmonies of #CF6FAF
Complementary color
Monochromatic Colors of #CF6FAF
Black with #CF6FAF
Text Example
Text Example
White with #CF6FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FAF; }
p { color: rgb(207,111,175); }
H1.HeaderClassName
{
color: #CF6FAF;
}
.AnyTagClassName
{
color: #CF6FAF;
}
</style>
background-color css
<style>
a { background-color: #CF6FAF; }
a { background-color: rgb(207,111,175); }
div.DivClassName
{
background-color: #CF6FAF;
}
.BgClassName
{
background-color: #CF6FAF;
}
</style>
border-color css
<style>
span { border-color: #CF6FAF; }
span { border-color: rgb(207,111,175); }
td.TdClassName
{
border-color: #CF6FAF;
}
.TagClassName
{
border-color: #CF6FAF;
}
</style>