Shades of Medium Orchid #C03EF0
Tints of Medium Orchid #C03EF0
RGB
CMYK
RGB Variations
Color information
#C03EF0 (or 0xC03EF0) is known color: Medium Orchid. HEX triplet: C0, 3E and F0. RGB value is (192,62,240). Sum of RGB (Red+Green+Blue) = 192+62+240=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #C03EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03EF0 is #3FC10F. Grayscale: #787878. Windows color (decimal): -4178192 or 15744704. OLE color: 15744704.
HSL color Cylindrical-coordinate representation of color #C03EF0: hue angle of 283.82º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03EF0 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 62 | 240 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.06 |
| HSL | 283.82º | 0.86% | 0.59% | - |
| HSV(B) | 283.82º | 0.74% | 0.94% | - |
| XYZ | 39.19 | 20.94 | 84.41 | - |
| YUV | 121.16 | 195.07 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 240 | 0.20 | 0.74 | 0 | 0.06 | 283.82 | 0.86 | 0.59 |
| Hex | C0 | 3E | F0 | 14 | 4A | 0 | 6 | 11C | 56 | 3B |
| Octal | 300 | 76 | 360 | 24 | 112 | 0 | 6 | 434 | 126 | 73 |
| Binary | 11000000 | 111110 | 11110000 | 10100 | 1001010 | 0 | 110 | 100011100 | 1010110 | 111011 |
Color Harmonies of #C03EF0
Complementary color
Monochromatic Colors of #C03EF0
Black with #C03EF0
Text Example
Text Example
White with #C03EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EF0; }
p { color: rgb(192,62,240); }
H1.HeaderClassName
{
color: #C03EF0;
}
.AnyTagClassName
{
color: #C03EF0;
}
</style>
background-color css
<style>
a { background-color: #C03EF0; }
a { background-color: rgb(192,62,240); }
div.DivClassName
{
background-color: #C03EF0;
}
.BgClassName
{
background-color: #C03EF0;
}
</style>
border-color css
<style>
span { border-color: #C03EF0; }
span { border-color: rgb(192,62,240); }
td.TdClassName
{
border-color: #C03EF0;
}
.TagClassName
{
border-color: #C03EF0;
}
</style>