Shades of Orchid #C77ED2
Tints of Orchid #C77ED2
RGB
CMYK
RGB Variations
Color information
#C77ED2 (or 0xC77ED2) is known color: Orchid. HEX triplet: C7, 7E and D2. RGB value is (199,126,210). Sum of RGB (Red+Green+Blue) = 199+126+210=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #C77ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ED2 is #38812D. Grayscale: #9D9D9D. Windows color (decimal): -3703086 or 13795015. OLE color: 13795015.
HSL color Cylindrical-coordinate representation of color #C77ED2: hue angle of 292.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77ED2 is Cyan = 0.05, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 126 | 210 | - |
| CMYK | 0.05 | 0.4 | 0 | 0.18 |
| HSL | 292.14º | 0.48% | 0.66% | - |
| HSV(B) | 292.14º | 0.4% | 0.82% | - |
| XYZ | 42.65 | 31.72 | 64.85 | - |
| YUV | 157.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 210 | 0.05 | 0.4 | 0 | 0.18 | 292.14 | 0.48 | 0.66 |
| Hex | C7 | 7E | D2 | 5 | 28 | 0 | 12 | 124 | 30 | 42 |
| Octal | 307 | 176 | 322 | 5 | 50 | 0 | 22 | 444 | 60 | 102 |
| Binary | 11000111 | 1111110 | 11010010 | 101 | 101000 | 0 | 10010 | 100100100 | 110000 | 1000010 |
Color Harmonies of #C77ED2
Complementary color
Monochromatic Colors of #C77ED2
Black with #C77ED2
Text Example
Text Example
White with #C77ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ED2; }
p { color: rgb(199,126,210); }
H1.HeaderClassName
{
color: #C77ED2;
}
.AnyTagClassName
{
color: #C77ED2;
}
</style>
background-color css
<style>
a { background-color: #C77ED2; }
a { background-color: rgb(199,126,210); }
div.DivClassName
{
background-color: #C77ED2;
}
.BgClassName
{
background-color: #C77ED2;
}
</style>
border-color css
<style>
span { border-color: #C77ED2; }
span { border-color: rgb(199,126,210); }
td.TdClassName
{
border-color: #C77ED2;
}
.TagClassName
{
border-color: #C77ED2;
}
</style>