Shades of Hopbush #CF6FAA
Tints of Hopbush #CF6FAA
RGB
CMYK
RGB Variations
Color information
#CF6FAA (or 0xCF6FAA) is known color: Hopbush. HEX triplet: CF, 6F and AA. RGB value is (207,111,170). Sum of RGB (Red+Green+Blue) = 207+111+170=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6FAA is #309055. Grayscale: #929292. Windows color (decimal): -3182678 or 11169743. OLE color: 11169743.
HSL color Cylindrical-coordinate representation of color #CF6FAA: hue angle of 323.12º 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 #CF6FAA is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 170 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.19 |
| HSL | 323.13º | 0.5% | 0.62% | - |
| HSV(B) | 323.13º | 0.46% | 0.81% | - |
| XYZ | 38.67 | 27.54 | 41.31 | - |
| YUV | 146.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 170 | 0 | 0.46 | 0.18 | 0.19 | 323.13 | 0.5 | 0.62 |
| Hex | CF | 6F | AA | 0 | 2E | 12 | 13 | 143 | 32 | 3E |
| Octal | 317 | 157 | 252 | 0 | 56 | 22 | 23 | 503 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10101010 | 0 | 101110 | 10010 | 10011 | 101000011 | 110010 | 111110 |
Color Harmonies of #CF6FAA
Complementary color
Monochromatic Colors of #CF6FAA
Black with #CF6FAA
Text Example
Text Example
White with #CF6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FAA; }
p { color: rgb(207,111,170); }
H1.HeaderClassName
{
color: #CF6FAA;
}
.AnyTagClassName
{
color: #CF6FAA;
}
</style>
background-color css
<style>
a { background-color: #CF6FAA; }
a { background-color: rgb(207,111,170); }
div.DivClassName
{
background-color: #CF6FAA;
}
.BgClassName
{
background-color: #CF6FAA;
}
</style>
border-color css
<style>
span { border-color: #CF6FAA; }
span { border-color: rgb(207,111,170); }
td.TdClassName
{
border-color: #CF6FAA;
}
.TagClassName
{
border-color: #CF6FAA;
}
</style>