Shades of Medium Orchid #C05ED3
Tints of Medium Orchid #C05ED3
RGB
CMYK
RGB Variations
Color information
#C05ED3 (or 0xC05ED3) is known color: Medium Orchid. HEX triplet: C0, 5E and D3. RGB value is (192,94,211). Sum of RGB (Red+Green+Blue) = 192+94+211=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #C05ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ED3 is #3FA12C. Grayscale: #888888. Windows color (decimal): -4170029 or 13852352. OLE color: 13852352.
HSL color Cylindrical-coordinate representation of color #C05ED3: hue angle of 290.26º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05ED3 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 94 | 211 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.17 |
| HSL | 290.26º | 0.57% | 0.6% | - |
| HSV(B) | 290.26º | 0.55% | 0.83% | - |
| XYZ | 37.5 | 23.92 | 64.27 | - |
| YUV | 136.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 211 | 0.09 | 0.55 | 0 | 0.17 | 290.26 | 0.57 | 0.6 |
| Hex | C0 | 5E | D3 | 9 | 37 | 0 | 11 | 122 | 39 | 3C |
| Octal | 300 | 136 | 323 | 11 | 67 | 0 | 21 | 442 | 71 | 74 |
| Binary | 11000000 | 1011110 | 11010011 | 1001 | 110111 | 0 | 10001 | 100100010 | 111001 | 111100 |
Color Harmonies of #C05ED3
Complementary color
Monochromatic Colors of #C05ED3
Black with #C05ED3
Text Example
Text Example
White with #C05ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ED3; }
p { color: rgb(192,94,211); }
H1.HeaderClassName
{
color: #C05ED3;
}
.AnyTagClassName
{
color: #C05ED3;
}
</style>
background-color css
<style>
a { background-color: #C05ED3; }
a { background-color: rgb(192,94,211); }
div.DivClassName
{
background-color: #C05ED3;
}
.BgClassName
{
background-color: #C05ED3;
}
</style>
border-color css
<style>
span { border-color: #C05ED3; }
span { border-color: rgb(192,94,211); }
td.TdClassName
{
border-color: #C05ED3;
}
.TagClassName
{
border-color: #C05ED3;
}
</style>