Shades of Hopbush #CF6BB0
Tints of Hopbush #CF6BB0
RGB
CMYK
RGB Variations
Color information
#CF6BB0 (or 0xCF6BB0) is known color: Hopbush. HEX triplet: CF, 6B and B0. RGB value is (207,107,176). Sum of RGB (Red+Green+Blue) = 207+107+176=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6BB0 is #30944F. Grayscale: #909090. Windows color (decimal): -3183696 or 11561935. OLE color: 11561935.
HSL color Cylindrical-coordinate representation of color #CF6BB0: hue angle of 318.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6BB0 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 176 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.19 |
| HSL | 318.6º | 0.51% | 0.62% | - |
| HSV(B) | 318.6º | 0.48% | 0.81% | - |
| XYZ | 38.83 | 26.92 | 44.22 | - |
| YUV | 144.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 176 | 0 | 0.48 | 0.15 | 0.19 | 318.6 | 0.51 | 0.62 |
| Hex | CF | 6B | B0 | 0 | 30 | F | 13 | 13F | 33 | 3E |
| Octal | 317 | 153 | 260 | 0 | 60 | 17 | 23 | 477 | 63 | 76 |
| Binary | 11001111 | 1101011 | 10110000 | 0 | 110000 | 1111 | 10011 | 100111111 | 110011 | 111110 |
Color Harmonies of #CF6BB0
Complementary color
Monochromatic Colors of #CF6BB0
Black with #CF6BB0
Text Example
Text Example
White with #CF6BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BB0; }
p { color: rgb(207,107,176); }
H1.HeaderClassName
{
color: #CF6BB0;
}
.AnyTagClassName
{
color: #CF6BB0;
}
</style>
background-color css
<style>
a { background-color: #CF6BB0; }
a { background-color: rgb(207,107,176); }
div.DivClassName
{
background-color: #CF6BB0;
}
.BgClassName
{
background-color: #CF6BB0;
}
</style>
border-color css
<style>
span { border-color: #CF6BB0; }
span { border-color: rgb(207,107,176); }
td.TdClassName
{
border-color: #CF6BB0;
}
.TagClassName
{
border-color: #CF6BB0;
}
</style>