Shades of Orchid #CF77BF
Tints of Orchid #CF77BF
RGB
CMYK
RGB Variations
Color information
#CF77BF (or 0xCF77BF) is known color: Orchid. HEX triplet: CF, 77 and BF. RGB value is (207,119,191). Sum of RGB (Red+Green+Blue) = 207+119+191=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77BF is #308840. Grayscale: #999999. Windows color (decimal): -3180609 or 12548047. OLE color: 12548047.
HSL color Cylindrical-coordinate representation of color #CF77BF: hue angle of 310.91º 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 #CF77BF is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 191 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.19 |
| HSL | 310.91º | 0.48% | 0.64% | - |
| HSV(B) | 310.91º | 0.43% | 0.81% | - |
| XYZ | 41.73 | 30.22 | 52.92 | - |
| YUV | 153.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 191 | 0 | 0.43 | 0.08 | 0.19 | 310.91 | 0.48 | 0.64 |
| Hex | CF | 77 | BF | 0 | 2B | 8 | 13 | 137 | 30 | 40 |
| Octal | 317 | 167 | 277 | 0 | 53 | 10 | 23 | 467 | 60 | 100 |
| Binary | 11001111 | 1110111 | 10111111 | 0 | 101011 | 1000 | 10011 | 100110111 | 110000 | 1000000 |
Color Harmonies of #CF77BF
Complementary color
Monochromatic Colors of #CF77BF
Black with #CF77BF
Text Example
Text Example
White with #CF77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77BF; }
p { color: rgb(207,119,191); }
H1.HeaderClassName
{
color: #CF77BF;
}
.AnyTagClassName
{
color: #CF77BF;
}
</style>
background-color css
<style>
a { background-color: #CF77BF; }
a { background-color: rgb(207,119,191); }
div.DivClassName
{
background-color: #CF77BF;
}
.BgClassName
{
background-color: #CF77BF;
}
</style>
border-color css
<style>
span { border-color: #CF77BF; }
span { border-color: rgb(207,119,191); }
td.TdClassName
{
border-color: #CF77BF;
}
.TagClassName
{
border-color: #CF77BF;
}
</style>