Shades of Medium Orchid #C05EDF
Tints of Medium Orchid #C05EDF
RGB
CMYK
RGB Variations
Color information
#C05EDF (or 0xC05EDF) is known color: Medium Orchid. HEX triplet: C0, 5E and DF. RGB value is (192,94,223). Sum of RGB (Red+Green+Blue) = 192+94+223=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #C05EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EDF is #3FA120. Grayscale: #898989. Windows color (decimal): -4170017 or 14638784. OLE color: 14638784.
HSL color Cylindrical-coordinate representation of color #C05EDF: hue angle of 285.58º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05EDF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 94 | 223 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.13 |
| HSL | 285.58º | 0.67% | 0.62% | - |
| HSV(B) | 285.58º | 0.58% | 0.87% | - |
| XYZ | 39.06 | 24.54 | 72.49 | - |
| YUV | 138.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 223 | 0.14 | 0.58 | 0 | 0.13 | 285.58 | 0.67 | 0.62 |
| Hex | C0 | 5E | DF | E | 3A | 0 | D | 11E | 43 | 3E |
| Octal | 300 | 136 | 337 | 16 | 72 | 0 | 15 | 436 | 103 | 76 |
| Binary | 11000000 | 1011110 | 11011111 | 1110 | 111010 | 0 | 1101 | 100011110 | 1000011 | 111110 |
Color Harmonies of #C05EDF
Complementary color
Monochromatic Colors of #C05EDF
Black with #C05EDF
Text Example
Text Example
White with #C05EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EDF; }
p { color: rgb(192,94,223); }
H1.HeaderClassName
{
color: #C05EDF;
}
.AnyTagClassName
{
color: #C05EDF;
}
</style>
background-color css
<style>
a { background-color: #C05EDF; }
a { background-color: rgb(192,94,223); }
div.DivClassName
{
background-color: #C05EDF;
}
.BgClassName
{
background-color: #C05EDF;
}
</style>
border-color css
<style>
span { border-color: #C05EDF; }
span { border-color: rgb(192,94,223); }
td.TdClassName
{
border-color: #C05EDF;
}
.TagClassName
{
border-color: #C05EDF;
}
</style>