Shades of Orchid #C77EDA
Tints of Orchid #C77EDA
RGB
CMYK
RGB Variations
Color information
#C77EDA (or 0xC77EDA) is known color: Orchid. HEX triplet: C7, 7E and DA. RGB value is (199,126,218). Sum of RGB (Red+Green+Blue) = 199+126+218=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #C77EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EDA is #388125. Grayscale: #9E9E9E. Windows color (decimal): -3703078 or 14319303. OLE color: 14319303.
HSL color Cylindrical-coordinate representation of color #C77EDA: hue angle of 287.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77EDA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 126 | 218 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.15 |
| HSL | 287.61º | 0.55% | 0.67% | - |
| HSV(B) | 287.61º | 0.42% | 0.85% | - |
| XYZ | 43.67 | 32.13 | 70.23 | - |
| YUV | 158.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 218 | 0.09 | 0.42 | 0 | 0.15 | 287.61 | 0.55 | 0.67 |
| Hex | C7 | 7E | DA | 9 | 2A | 0 | F | 120 | 37 | 43 |
| Octal | 307 | 176 | 332 | 11 | 52 | 0 | 17 | 440 | 67 | 103 |
| Binary | 11000111 | 1111110 | 11011010 | 1001 | 101010 | 0 | 1111 | 100100000 | 110111 | 1000011 |
Color Harmonies of #C77EDA
Complementary color
Monochromatic Colors of #C77EDA
Black with #C77EDA
Text Example
Text Example
White with #C77EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EDA; }
p { color: rgb(199,126,218); }
H1.HeaderClassName
{
color: #C77EDA;
}
.AnyTagClassName
{
color: #C77EDA;
}
</style>
background-color css
<style>
a { background-color: #C77EDA; }
a { background-color: rgb(199,126,218); }
div.DivClassName
{
background-color: #C77EDA;
}
.BgClassName
{
background-color: #C77EDA;
}
</style>
border-color css
<style>
span { border-color: #C77EDA; }
span { border-color: rgb(199,126,218); }
td.TdClassName
{
border-color: #C77EDA;
}
.TagClassName
{
border-color: #C77EDA;
}
</style>