Shades of Medium Orchid #C03EF7
Tints of Medium Orchid #C03EF7
RGB
CMYK
RGB Variations
Color information
#C03EF7 (or 0xC03EF7) is known color: Medium Orchid. HEX triplet: C0, 3E and F7. RGB value is (192,62,247). Sum of RGB (Red+Green+Blue) = 192+62+247=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #C03EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03EF7 is #3FC108. Grayscale: #797979. Windows color (decimal): -4178185 or 16203456. OLE color: 16203456.
HSL color Cylindrical-coordinate representation of color #C03EF7: hue angle of 282.16º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03EF7 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 62 | 247 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.03 |
| HSL | 282.16º | 0.92% | 0.61% | - |
| HSV(B) | 282.16º | 0.75% | 0.97% | - |
| XYZ | 40.25 | 21.37 | 90 | - |
| YUV | 121.96 | 198.57 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 247 | 0.22 | 0.75 | 0 | 0.03 | 282.16 | 0.92 | 0.61 |
| Hex | C0 | 3E | F7 | 16 | 4B | 0 | 3 | 11A | 5C | 3D |
| Octal | 300 | 76 | 367 | 26 | 113 | 0 | 3 | 432 | 134 | 75 |
| Binary | 11000000 | 111110 | 11110111 | 10110 | 1001011 | 0 | 11 | 100011010 | 1011100 | 111101 |
Color Harmonies of #C03EF7
Complementary color
Monochromatic Colors of #C03EF7
Black with #C03EF7
Text Example
Text Example
White with #C03EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EF7; }
p { color: rgb(192,62,247); }
H1.HeaderClassName
{
color: #C03EF7;
}
.AnyTagClassName
{
color: #C03EF7;
}
</style>
background-color css
<style>
a { background-color: #C03EF7; }
a { background-color: rgb(192,62,247); }
div.DivClassName
{
background-color: #C03EF7;
}
.BgClassName
{
background-color: #C03EF7;
}
</style>
border-color css
<style>
span { border-color: #C03EF7; }
span { border-color: rgb(192,62,247); }
td.TdClassName
{
border-color: #C03EF7;
}
.TagClassName
{
border-color: #C03EF7;
}
</style>