Shades of Orchid #C77EDC
Tints of Orchid #C77EDC
RGB
CMYK
RGB Variations
Color information
#C77EDC (or 0xC77EDC) is known color: Orchid. HEX triplet: C7, 7E and DC. RGB value is (199,126,220). Sum of RGB (Red+Green+Blue) = 199+126+220=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C77EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EDC is #388123. Grayscale: #9E9E9E. Windows color (decimal): -3703076 or 14450375. OLE color: 14450375.
HSL color Cylindrical-coordinate representation of color #C77EDC: hue angle of 286.6º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77EDC is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 126 | 220 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.14 |
| HSL | 286.6º | 0.57% | 0.68% | - |
| HSV(B) | 286.6º | 0.43% | 0.86% | - |
| XYZ | 43.93 | 32.23 | 71.62 | - |
| YUV | 158.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 220 | 0.10 | 0.43 | 0 | 0.14 | 286.6 | 0.57 | 0.68 |
| Hex | C7 | 7E | DC | A | 2B | 0 | E | 11F | 39 | 44 |
| Octal | 307 | 176 | 334 | 12 | 53 | 0 | 16 | 437 | 71 | 104 |
| Binary | 11000111 | 1111110 | 11011100 | 1010 | 101011 | 0 | 1110 | 100011111 | 111001 | 1000100 |
Color Harmonies of #C77EDC
Complementary color
Monochromatic Colors of #C77EDC
Black with #C77EDC
Text Example
Text Example
White with #C77EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EDC; }
p { color: rgb(199,126,220); }
H1.HeaderClassName
{
color: #C77EDC;
}
.AnyTagClassName
{
color: #C77EDC;
}
</style>
background-color css
<style>
a { background-color: #C77EDC; }
a { background-color: rgb(199,126,220); }
div.DivClassName
{
background-color: #C77EDC;
}
.BgClassName
{
background-color: #C77EDC;
}
</style>
border-color css
<style>
span { border-color: #C77EDC; }
span { border-color: rgb(199,126,220); }
td.TdClassName
{
border-color: #C77EDC;
}
.TagClassName
{
border-color: #C77EDC;
}
</style>