Shades of Medium Orchid #C03EEF
Tints of Medium Orchid #C03EEF
RGB
CMYK
RGB Variations
Color information
#C03EEF (or 0xC03EEF) is known color: Medium Orchid. HEX triplet: C0, 3E and EF. RGB value is (192,62,239). Sum of RGB (Red+Green+Blue) = 192+62+239=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #C03EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03EEF is #3FC110. Grayscale: #787878. Windows color (decimal): -4178193 or 15679168. OLE color: 15679168.
HSL color Cylindrical-coordinate representation of color #C03EEF: hue angle of 284.07º degrees, saturation: 0.85, 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 #C03EEF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 62 | 239 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.06 |
| HSL | 284.07º | 0.85% | 0.59% | - |
| HSV(B) | 284.07º | 0.74% | 0.94% | - |
| XYZ | 39.04 | 20.88 | 83.63 | - |
| YUV | 121.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 239 | 0.20 | 0.74 | 0 | 0.06 | 284.07 | 0.85 | 0.59 |
| Hex | C0 | 3E | EF | 14 | 4A | 0 | 6 | 11C | 55 | 3B |
| Octal | 300 | 76 | 357 | 24 | 112 | 0 | 6 | 434 | 125 | 73 |
| Binary | 11000000 | 111110 | 11101111 | 10100 | 1001010 | 0 | 110 | 100011100 | 1010101 | 111011 |
Color Harmonies of #C03EEF
Complementary color
Monochromatic Colors of #C03EEF
Black with #C03EEF
Text Example
Text Example
White with #C03EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EEF; }
p { color: rgb(192,62,239); }
H1.HeaderClassName
{
color: #C03EEF;
}
.AnyTagClassName
{
color: #C03EEF;
}
</style>
background-color css
<style>
a { background-color: #C03EEF; }
a { background-color: rgb(192,62,239); }
div.DivClassName
{
background-color: #C03EEF;
}
.BgClassName
{
background-color: #C03EEF;
}
</style>
border-color css
<style>
span { border-color: #C03EEF; }
span { border-color: rgb(192,62,239); }
td.TdClassName
{
border-color: #C03EEF;
}
.TagClassName
{
border-color: #C03EEF;
}
</style>