Shades of Hopbush #CF6EB0
Tints of Hopbush #CF6EB0
RGB
CMYK
RGB Variations
Color information
#CF6EB0 (or 0xCF6EB0) is known color: Hopbush. HEX triplet: CF, 6E and B0. RGB value is (207,110,176). Sum of RGB (Red+Green+Blue) = 207+110+176=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6EB0 is #30914F. Grayscale: #929292. Windows color (decimal): -3182928 or 11562703. OLE color: 11562703.
HSL color Cylindrical-coordinate representation of color #CF6EB0: hue angle of 319.18º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6EB0 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 176 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.19 |
| HSL | 319.18º | 0.5% | 0.62% | - |
| HSV(B) | 319.18º | 0.47% | 0.81% | - |
| XYZ | 39.14 | 27.55 | 44.33 | - |
| YUV | 146.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 176 | 0 | 0.47 | 0.15 | 0.19 | 319.18 | 0.5 | 0.62 |
| Hex | CF | 6E | B0 | 0 | 2F | F | 13 | 13F | 32 | 3E |
| Octal | 317 | 156 | 260 | 0 | 57 | 17 | 23 | 477 | 62 | 76 |
| Binary | 11001111 | 1101110 | 10110000 | 0 | 101111 | 1111 | 10011 | 100111111 | 110010 | 111110 |
Color Harmonies of #CF6EB0
Complementary color
Monochromatic Colors of #CF6EB0
Black with #CF6EB0
Text Example
Text Example
White with #CF6EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EB0; }
p { color: rgb(207,110,176); }
H1.HeaderClassName
{
color: #CF6EB0;
}
.AnyTagClassName
{
color: #CF6EB0;
}
</style>
background-color css
<style>
a { background-color: #CF6EB0; }
a { background-color: rgb(207,110,176); }
div.DivClassName
{
background-color: #CF6EB0;
}
.BgClassName
{
background-color: #CF6EB0;
}
</style>
border-color css
<style>
span { border-color: #CF6EB0; }
span { border-color: rgb(207,110,176); }
td.TdClassName
{
border-color: #CF6EB0;
}
.TagClassName
{
border-color: #CF6EB0;
}
</style>