Shades of Hopbush #CF77B3
Tints of Hopbush #CF77B3
RGB
CMYK
RGB Variations
Color information
#CF77B3 (or 0xCF77B3) is known color: Hopbush. HEX triplet: CF, 77 and B3. RGB value is (207,119,179). Sum of RGB (Red+Green+Blue) = 207+119+179=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77B3 is #30884C. Grayscale: #989898. Windows color (decimal): -3180621 or 11761615. OLE color: 11761615.
HSL color Cylindrical-coordinate representation of color #CF77B3: hue angle of 319.09º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF77B3 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 179 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.19 |
| HSL | 319.09º | 0.48% | 0.64% | - |
| HSV(B) | 319.09º | 0.43% | 0.81% | - |
| XYZ | 40.47 | 29.71 | 46.25 | - |
| YUV | 152.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 179 | 0 | 0.43 | 0.14 | 0.19 | 319.09 | 0.48 | 0.64 |
| Hex | CF | 77 | B3 | 0 | 2B | E | 13 | 13F | 30 | 40 |
| Octal | 317 | 167 | 263 | 0 | 53 | 16 | 23 | 477 | 60 | 100 |
| Binary | 11001111 | 1110111 | 10110011 | 0 | 101011 | 1110 | 10011 | 100111111 | 110000 | 1000000 |
Color Harmonies of #CF77B3
Complementary color
Monochromatic Colors of #CF77B3
Black with #CF77B3
Text Example
Text Example
White with #CF77B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77B3; }
p { color: rgb(207,119,179); }
H1.HeaderClassName
{
color: #CF77B3;
}
.AnyTagClassName
{
color: #CF77B3;
}
</style>
background-color css
<style>
a { background-color: #CF77B3; }
a { background-color: rgb(207,119,179); }
div.DivClassName
{
background-color: #CF77B3;
}
.BgClassName
{
background-color: #CF77B3;
}
</style>
border-color css
<style>
span { border-color: #CF77B3; }
span { border-color: rgb(207,119,179); }
td.TdClassName
{
border-color: #CF77B3;
}
.TagClassName
{
border-color: #CF77B3;
}
</style>