Shades of Medium Orchid #C049EE
Tints of Medium Orchid #C049EE
RGB
CMYK
RGB Variations
Color information
#C049EE (or 0xC049EE) is known color: Medium Orchid. HEX triplet: C0, 49 and EE. RGB value is (192,73,238). Sum of RGB (Red+Green+Blue) = 192+73+238=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #C049EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049EE is #3FB611. Grayscale: #7E7E7E. Windows color (decimal): -4175378 or 15616448. OLE color: 15616448.
HSL color Cylindrical-coordinate representation of color #C049EE: hue angle of 283.27º degrees, saturation: 0.83, 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 #C049EE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 73 | 238 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.07 |
| HSL | 283.27º | 0.83% | 0.61% | - |
| HSV(B) | 283.27º | 0.69% | 0.93% | - |
| XYZ | 39.55 | 22.14 | 83.08 | - |
| YUV | 127.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 238 | 0.19 | 0.69 | 0 | 0.07 | 283.27 | 0.83 | 0.61 |
| Hex | C0 | 49 | EE | 13 | 45 | 0 | 7 | 11B | 53 | 3D |
| Octal | 300 | 111 | 356 | 23 | 105 | 0 | 7 | 433 | 123 | 75 |
| Binary | 11000000 | 1001001 | 11101110 | 10011 | 1000101 | 0 | 111 | 100011011 | 1010011 | 111101 |
Color Harmonies of #C049EE
Complementary color
Monochromatic Colors of #C049EE
Black with #C049EE
Text Example
Text Example
White with #C049EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049EE; }
p { color: rgb(192,73,238); }
H1.HeaderClassName
{
color: #C049EE;
}
.AnyTagClassName
{
color: #C049EE;
}
</style>
background-color css
<style>
a { background-color: #C049EE; }
a { background-color: rgb(192,73,238); }
div.DivClassName
{
background-color: #C049EE;
}
.BgClassName
{
background-color: #C049EE;
}
</style>
border-color css
<style>
span { border-color: #C049EE; }
span { border-color: rgb(192,73,238); }
td.TdClassName
{
border-color: #C049EE;
}
.TagClassName
{
border-color: #C049EE;
}
</style>