Shades of Orchid #C77EBD
Tints of Orchid #C77EBD
RGB
CMYK
RGB Variations
Color information
#C77EBD (or 0xC77EBD) is known color: Orchid. HEX triplet: C7, 7E and BD. RGB value is (199,126,189). Sum of RGB (Red+Green+Blue) = 199+126+189=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C77EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EBD is #388142. Grayscale: #9A9A9A. Windows color (decimal): -3703107 or 12418759. OLE color: 12418759.
HSL color Cylindrical-coordinate representation of color #C77EBD: hue angle of 308.22º 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 #C77EBD is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 189 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.22 |
| HSL | 308.22º | 0.39% | 0.64% | - |
| HSV(B) | 308.22º | 0.37% | 0.78% | - |
| XYZ | 40.2 | 30.74 | 51.96 | - |
| YUV | 155.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 189 | 0 | 0.37 | 0.05 | 0.22 | 308.22 | 0.39 | 0.64 |
| Hex | C7 | 7E | BD | 0 | 25 | 5 | 16 | 134 | 27 | 40 |
| Octal | 307 | 176 | 275 | 0 | 45 | 5 | 26 | 464 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10111101 | 0 | 100101 | 101 | 10110 | 100110100 | 100111 | 1000000 |
Color Harmonies of #C77EBD
Complementary color
Monochromatic Colors of #C77EBD
Black with #C77EBD
Text Example
Text Example
White with #C77EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EBD; }
p { color: rgb(199,126,189); }
H1.HeaderClassName
{
color: #C77EBD;
}
.AnyTagClassName
{
color: #C77EBD;
}
</style>
background-color css
<style>
a { background-color: #C77EBD; }
a { background-color: rgb(199,126,189); }
div.DivClassName
{
background-color: #C77EBD;
}
.BgClassName
{
background-color: #C77EBD;
}
</style>
border-color css
<style>
span { border-color: #C77EBD; }
span { border-color: rgb(199,126,189); }
td.TdClassName
{
border-color: #C77EBD;
}
.TagClassName
{
border-color: #C77EBD;
}
</style>