Shades of Orchid #C77ED4
Tints of Orchid #C77ED4
RGB
CMYK
RGB Variations
Color information
#C77ED4 (or 0xC77ED4) is known color: Orchid. HEX triplet: C7, 7E and D4. RGB value is (199,126,212). Sum of RGB (Red+Green+Blue) = 199+126+212=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 212 - color contains mainly: blue. Hex color #C77ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ED4 is #38812B. Grayscale: #9D9D9D. Windows color (decimal): -3703084 or 13926087. OLE color: 13926087.
HSL color Cylindrical-coordinate representation of color #C77ED4: hue angle of 290.93º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77ED4 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 126 | 212 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.17 |
| HSL | 290.93º | 0.5% | 0.66% | - |
| HSV(B) | 290.93º | 0.41% | 0.83% | - |
| XYZ | 42.9 | 31.82 | 66.17 | - |
| YUV | 157.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 212 | 0.06 | 0.41 | 0 | 0.17 | 290.93 | 0.5 | 0.66 |
| Hex | C7 | 7E | D4 | 6 | 29 | 0 | 11 | 123 | 32 | 42 |
| Octal | 307 | 176 | 324 | 6 | 51 | 0 | 21 | 443 | 62 | 102 |
| Binary | 11000111 | 1111110 | 11010100 | 110 | 101001 | 0 | 10001 | 100100011 | 110010 | 1000010 |
Color Harmonies of #C77ED4
Complementary color
Monochromatic Colors of #C77ED4
Black with #C77ED4
Text Example
Text Example
White with #C77ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ED4; }
p { color: rgb(199,126,212); }
H1.HeaderClassName
{
color: #C77ED4;
}
.AnyTagClassName
{
color: #C77ED4;
}
</style>
background-color css
<style>
a { background-color: #C77ED4; }
a { background-color: rgb(199,126,212); }
div.DivClassName
{
background-color: #C77ED4;
}
.BgClassName
{
background-color: #C77ED4;
}
</style>
border-color css
<style>
span { border-color: #C77ED4; }
span { border-color: rgb(199,126,212); }
td.TdClassName
{
border-color: #C77ED4;
}
.TagClassName
{
border-color: #C77ED4;
}
</style>