Shades of Medium Orchid #C03EDF
Tints of Medium Orchid #C03EDF
RGB
CMYK
RGB Variations
Color information
#C03EDF (or 0xC03EDF) is known color: Medium Orchid. HEX triplet: C0, 3E and DF. RGB value is (192,62,223). Sum of RGB (Red+Green+Blue) = 192+62+223=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #C03EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EDF is #3FC120. Grayscale: #767676. Windows color (decimal): -4178209 or 14630592. OLE color: 14630592.
HSL color Cylindrical-coordinate representation of color #C03EDF: hue angle of 288.45º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03EDF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 62 | 223 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.13 |
| HSL | 288.45º | 0.72% | 0.56% | - |
| HSV(B) | 288.45º | 0.72% | 0.87% | - |
| XYZ | 36.78 | 19.98 | 71.73 | - |
| YUV | 119.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 223 | 0.14 | 0.72 | 0 | 0.13 | 288.45 | 0.72 | 0.56 |
| Hex | C0 | 3E | DF | E | 48 | 0 | D | 120 | 48 | 38 |
| Octal | 300 | 76 | 337 | 16 | 110 | 0 | 15 | 440 | 110 | 70 |
| Binary | 11000000 | 111110 | 11011111 | 1110 | 1001000 | 0 | 1101 | 100100000 | 1001000 | 111000 |
Color Harmonies of #C03EDF
Complementary color
Monochromatic Colors of #C03EDF
Black with #C03EDF
Text Example
Text Example
White with #C03EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EDF; }
p { color: rgb(192,62,223); }
H1.HeaderClassName
{
color: #C03EDF;
}
.AnyTagClassName
{
color: #C03EDF;
}
</style>
background-color css
<style>
a { background-color: #C03EDF; }
a { background-color: rgb(192,62,223); }
div.DivClassName
{
background-color: #C03EDF;
}
.BgClassName
{
background-color: #C03EDF;
}
</style>
border-color css
<style>
span { border-color: #C03EDF; }
span { border-color: rgb(192,62,223); }
td.TdClassName
{
border-color: #C03EDF;
}
.TagClassName
{
border-color: #C03EDF;
}
</style>