Shades of Orchid #C77EBF
Tints of Orchid #C77EBF
RGB
CMYK
RGB Variations
Color information
#C77EBF (or 0xC77EBF) is known color: Orchid. HEX triplet: C7, 7E and BF. RGB value is (199,126,191). Sum of RGB (Red+Green+Blue) = 199+126+191=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C77EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EBF is #388140. Grayscale: #9B9B9B. Windows color (decimal): -3703105 or 12549831. OLE color: 12549831.
HSL color Cylindrical-coordinate representation of color #C77EBF: hue angle of 306.58º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77EBF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 191 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.22 |
| HSL | 306.58º | 0.39% | 0.64% | - |
| HSV(B) | 306.58º | 0.37% | 0.78% | - |
| XYZ | 40.42 | 30.83 | 53.11 | - |
| YUV | 155.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 191 | 0 | 0.37 | 0.04 | 0.22 | 306.58 | 0.39 | 0.64 |
| Hex | C7 | 7E | BF | 0 | 25 | 4 | 16 | 133 | 27 | 40 |
| Octal | 307 | 176 | 277 | 0 | 45 | 4 | 26 | 463 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10111111 | 0 | 100101 | 100 | 10110 | 100110011 | 100111 | 1000000 |
Color Harmonies of #C77EBF
Complementary color
Monochromatic Colors of #C77EBF
Black with #C77EBF
Text Example
Text Example
White with #C77EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EBF; }
p { color: rgb(199,126,191); }
H1.HeaderClassName
{
color: #C77EBF;
}
.AnyTagClassName
{
color: #C77EBF;
}
</style>
background-color css
<style>
a { background-color: #C77EBF; }
a { background-color: rgb(199,126,191); }
div.DivClassName
{
background-color: #C77EBF;
}
.BgClassName
{
background-color: #C77EBF;
}
</style>
border-color css
<style>
span { border-color: #C77EBF; }
span { border-color: rgb(199,126,191); }
td.TdClassName
{
border-color: #C77EBF;
}
.TagClassName
{
border-color: #C77EBF;
}
</style>