Shades of Medium Orchid #C05ED0
Tints of Medium Orchid #C05ED0
RGB
CMYK
RGB Variations
Color information
#C05ED0 (or 0xC05ED0) is known color: Medium Orchid. HEX triplet: C0, 5E and D0. RGB value is (192,94,208). Sum of RGB (Red+Green+Blue) = 192+94+208=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #C05ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ED0 is #3FA12F. Grayscale: #878787. Windows color (decimal): -4170032 or 13655744. OLE color: 13655744.
HSL color Cylindrical-coordinate representation of color #C05ED0: hue angle of 291.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05ED0 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 94 | 208 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.18 |
| HSL | 291.58º | 0.55% | 0.59% | - |
| HSV(B) | 291.58º | 0.55% | 0.82% | - |
| XYZ | 37.13 | 23.77 | 62.31 | - |
| YUV | 136.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 208 | 0.08 | 0.55 | 0 | 0.18 | 291.58 | 0.55 | 0.59 |
| Hex | C0 | 5E | D0 | 8 | 37 | 0 | 12 | 124 | 37 | 3B |
| Octal | 300 | 136 | 320 | 10 | 67 | 0 | 22 | 444 | 67 | 73 |
| Binary | 11000000 | 1011110 | 11010000 | 1000 | 110111 | 0 | 10010 | 100100100 | 110111 | 111011 |
Color Harmonies of #C05ED0
Complementary color
Monochromatic Colors of #C05ED0
Black with #C05ED0
Text Example
Text Example
White with #C05ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ED0; }
p { color: rgb(192,94,208); }
H1.HeaderClassName
{
color: #C05ED0;
}
.AnyTagClassName
{
color: #C05ED0;
}
</style>
background-color css
<style>
a { background-color: #C05ED0; }
a { background-color: rgb(192,94,208); }
div.DivClassName
{
background-color: #C05ED0;
}
.BgClassName
{
background-color: #C05ED0;
}
</style>
border-color css
<style>
span { border-color: #C05ED0; }
span { border-color: rgb(192,94,208); }
td.TdClassName
{
border-color: #C05ED0;
}
.TagClassName
{
border-color: #C05ED0;
}
</style>