Shades of Medium Orchid #C040EE
Tints of Medium Orchid #C040EE
RGB
CMYK
RGB Variations
Color information
#C040EE (or 0xC040EE) is known color: Medium Orchid. HEX triplet: C0, 40 and EE. RGB value is (192,64,238). Sum of RGB (Red+Green+Blue) = 192+64+238=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #C040EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040EE is #3FBF11. Grayscale: #797979. Windows color (decimal): -4177682 or 15614144. OLE color: 15614144.
HSL color Cylindrical-coordinate representation of color #C040EE: hue angle of 284.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C040EE is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 64 | 238 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.07 |
| HSL | 284.14º | 0.84% | 0.59% | - |
| HSV(B) | 284.14º | 0.73% | 0.93% | - |
| XYZ | 39 | 21.05 | 82.9 | - |
| YUV | 122.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 238 | 0.19 | 0.73 | 0 | 0.07 | 284.14 | 0.84 | 0.59 |
| Hex | C0 | 40 | EE | 13 | 49 | 0 | 7 | 11C | 54 | 3B |
| Octal | 300 | 100 | 356 | 23 | 111 | 0 | 7 | 434 | 124 | 73 |
| Binary | 11000000 | 1000000 | 11101110 | 10011 | 1001001 | 0 | 111 | 100011100 | 1010100 | 111011 |
Color Harmonies of #C040EE
Complementary color
Monochromatic Colors of #C040EE
Black with #C040EE
Text Example
Text Example
White with #C040EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040EE; }
p { color: rgb(192,64,238); }
H1.HeaderClassName
{
color: #C040EE;
}
.AnyTagClassName
{
color: #C040EE;
}
</style>
background-color css
<style>
a { background-color: #C040EE; }
a { background-color: rgb(192,64,238); }
div.DivClassName
{
background-color: #C040EE;
}
.BgClassName
{
background-color: #C040EE;
}
</style>
border-color css
<style>
span { border-color: #C040EE; }
span { border-color: rgb(192,64,238); }
td.TdClassName
{
border-color: #C040EE;
}
.TagClassName
{
border-color: #C040EE;
}
</style>