Shades of Medium Orchid #C03EEC
Tints of Medium Orchid #C03EEC
RGB
CMYK
RGB Variations
Color information
#C03EEC (or 0xC03EEC) is known color: Medium Orchid. HEX triplet: C0, 3E and EC. RGB value is (192,62,236). Sum of RGB (Red+Green+Blue) = 192+62+236=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #C03EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03EEC is #3FC113. Grayscale: #787878. Windows color (decimal): -4178196 or 15482560. OLE color: 15482560.
HSL color Cylindrical-coordinate representation of color #C03EEC: hue angle of 284.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03EEC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 62 | 236 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.07 |
| HSL | 284.83º | 0.82% | 0.58% | - |
| HSV(B) | 284.83º | 0.74% | 0.93% | - |
| XYZ | 38.6 | 20.71 | 81.32 | - |
| YUV | 120.71 | 193.07 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 236 | 0.19 | 0.74 | 0 | 0.07 | 284.83 | 0.82 | 0.58 |
| Hex | C0 | 3E | EC | 13 | 4A | 0 | 7 | 11D | 52 | 3A |
| Octal | 300 | 76 | 354 | 23 | 112 | 0 | 7 | 435 | 122 | 72 |
| Binary | 11000000 | 111110 | 11101100 | 10011 | 1001010 | 0 | 111 | 100011101 | 1010010 | 111010 |
Color Harmonies of #C03EEC
Complementary color
Monochromatic Colors of #C03EEC
Black with #C03EEC
Text Example
Text Example
White with #C03EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EEC; }
p { color: rgb(192,62,236); }
H1.HeaderClassName
{
color: #C03EEC;
}
.AnyTagClassName
{
color: #C03EEC;
}
</style>
background-color css
<style>
a { background-color: #C03EEC; }
a { background-color: rgb(192,62,236); }
div.DivClassName
{
background-color: #C03EEC;
}
.BgClassName
{
background-color: #C03EEC;
}
</style>
border-color css
<style>
span { border-color: #C03EEC; }
span { border-color: rgb(192,62,236); }
td.TdClassName
{
border-color: #C03EEC;
}
.TagClassName
{
border-color: #C03EEC;
}
</style>