Shades of Medium Orchid #C049EC
Tints of Medium Orchid #C049EC
RGB
CMYK
RGB Variations
Color information
#C049EC (or 0xC049EC) is known color: Medium Orchid. HEX triplet: C0, 49 and EC. RGB value is (192,73,236). Sum of RGB (Red+Green+Blue) = 192+73+236=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #C049EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049EC is #3FB613. Grayscale: #7E7E7E. Windows color (decimal): -4175380 or 15485376. OLE color: 15485376.
HSL color Cylindrical-coordinate representation of color #C049EC: hue angle of 283.8º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C049EC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 73 | 236 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.07 |
| HSL | 283.8º | 0.81% | 0.61% | - |
| HSV(B) | 283.8º | 0.69% | 0.93% | - |
| XYZ | 39.26 | 22.03 | 81.54 | - |
| YUV | 127.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 236 | 0.19 | 0.69 | 0 | 0.07 | 283.8 | 0.81 | 0.61 |
| Hex | C0 | 49 | EC | 13 | 45 | 0 | 7 | 11C | 51 | 3D |
| Octal | 300 | 111 | 354 | 23 | 105 | 0 | 7 | 434 | 121 | 75 |
| Binary | 11000000 | 1001001 | 11101100 | 10011 | 1000101 | 0 | 111 | 100011100 | 1010001 | 111101 |
Color Harmonies of #C049EC
Complementary color
Monochromatic Colors of #C049EC
Black with #C049EC
Text Example
Text Example
White with #C049EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049EC; }
p { color: rgb(192,73,236); }
H1.HeaderClassName
{
color: #C049EC;
}
.AnyTagClassName
{
color: #C049EC;
}
</style>
background-color css
<style>
a { background-color: #C049EC; }
a { background-color: rgb(192,73,236); }
div.DivClassName
{
background-color: #C049EC;
}
.BgClassName
{
background-color: #C049EC;
}
</style>
border-color css
<style>
span { border-color: #C049EC; }
span { border-color: rgb(192,73,236); }
td.TdClassName
{
border-color: #C049EC;
}
.TagClassName
{
border-color: #C049EC;
}
</style>