Shades of Medium Orchid #C041EE
Tints of Medium Orchid #C041EE
RGB
CMYK
RGB Variations
Color information
#C041EE (or 0xC041EE) is known color: Medium Orchid. HEX triplet: C0, 41 and EE. RGB value is (192,65,238). Sum of RGB (Red+Green+Blue) = 192+65+238=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #C041EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041EE is #3FBE11. Grayscale: #7A7A7A. Windows color (decimal): -4177426 or 15614400. OLE color: 15614400.
HSL color Cylindrical-coordinate representation of color #C041EE: hue angle of 284.05º 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 #C041EE is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 65 | 238 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.07 |
| HSL | 284.05º | 0.84% | 0.59% | - |
| HSV(B) | 284.05º | 0.73% | 0.93% | - |
| XYZ | 39.06 | 21.16 | 82.91 | - |
| YUV | 122.7 | 193.08 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 238 | 0.19 | 0.73 | 0 | 0.07 | 284.05 | 0.84 | 0.59 |
| Hex | C0 | 41 | EE | 13 | 49 | 0 | 7 | 11C | 54 | 3B |
| Octal | 300 | 101 | 356 | 23 | 111 | 0 | 7 | 434 | 124 | 73 |
| Binary | 11000000 | 1000001 | 11101110 | 10011 | 1001001 | 0 | 111 | 100011100 | 1010100 | 111011 |
Color Harmonies of #C041EE
Complementary color
Monochromatic Colors of #C041EE
Black with #C041EE
Text Example
Text Example
White with #C041EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041EE; }
p { color: rgb(192,65,238); }
H1.HeaderClassName
{
color: #C041EE;
}
.AnyTagClassName
{
color: #C041EE;
}
</style>
background-color css
<style>
a { background-color: #C041EE; }
a { background-color: rgb(192,65,238); }
div.DivClassName
{
background-color: #C041EE;
}
.BgClassName
{
background-color: #C041EE;
}
</style>
border-color css
<style>
span { border-color: #C041EE; }
span { border-color: rgb(192,65,238); }
td.TdClassName
{
border-color: #C041EE;
}
.TagClassName
{
border-color: #C041EE;
}
</style>