Shades of Orchid #C77FBF
Tints of Orchid #C77FBF
RGB
CMYK
RGB Variations
Color information
#C77FBF (or 0xC77FBF) is known color: Orchid. HEX triplet: C7, 7F and BF. RGB value is (199,127,191). Sum of RGB (Red+Green+Blue) = 199+127+191=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FBF is #388040. Grayscale: #9B9B9B. Windows color (decimal): -3702849 or 12550087. OLE color: 12550087.
HSL color Cylindrical-coordinate representation of color #C77FBF: hue angle of 306.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77FBF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 191 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.22 |
| HSL | 306.67º | 0.39% | 0.64% | - |
| HSV(B) | 306.67º | 0.36% | 0.78% | - |
| XYZ | 40.55 | 31.08 | 53.15 | - |
| YUV | 155.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 191 | 0 | 0.36 | 0.04 | 0.22 | 306.67 | 0.39 | 0.64 |
| Hex | C7 | 7F | BF | 0 | 24 | 4 | 16 | 133 | 27 | 40 |
| Octal | 307 | 177 | 277 | 0 | 44 | 4 | 26 | 463 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10111111 | 0 | 100100 | 100 | 10110 | 100110011 | 100111 | 1000000 |
Color Harmonies of #C77FBF
Complementary color
Monochromatic Colors of #C77FBF
Black with #C77FBF
Text Example
Text Example
White with #C77FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FBF; }
p { color: rgb(199,127,191); }
H1.HeaderClassName
{
color: #C77FBF;
}
.AnyTagClassName
{
color: #C77FBF;
}
</style>
background-color css
<style>
a { background-color: #C77FBF; }
a { background-color: rgb(199,127,191); }
div.DivClassName
{
background-color: #C77FBF;
}
.BgClassName
{
background-color: #C77FBF;
}
</style>
border-color css
<style>
span { border-color: #C77FBF; }
span { border-color: rgb(199,127,191); }
td.TdClassName
{
border-color: #C77FBF;
}
.TagClassName
{
border-color: #C77FBF;
}
</style>