Shades of Medium Orchid #C049DE
Tints of Medium Orchid #C049DE
RGB
CMYK
RGB Variations
Color information
#C049DE (or 0xC049DE) is known color: Medium Orchid. HEX triplet: C0, 49 and DE. RGB value is (192,73,222). Sum of RGB (Red+Green+Blue) = 192+73+222=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #C049DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049DE is #3FB621. Grayscale: #7D7D7D. Windows color (decimal): -4175394 or 14567872. OLE color: 14567872.
HSL color Cylindrical-coordinate representation of color #C049DE: hue angle of 287.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C049DE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 73 | 222 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.13 |
| HSL | 287.92º | 0.69% | 0.58% | - |
| HSV(B) | 287.92º | 0.67% | 0.87% | - |
| XYZ | 37.31 | 21.25 | 71.24 | - |
| YUV | 125.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 222 | 0.14 | 0.67 | 0 | 0.13 | 287.92 | 0.69 | 0.58 |
| Hex | C0 | 49 | DE | E | 43 | 0 | D | 120 | 45 | 3A |
| Octal | 300 | 111 | 336 | 16 | 103 | 0 | 15 | 440 | 105 | 72 |
| Binary | 11000000 | 1001001 | 11011110 | 1110 | 1000011 | 0 | 1101 | 100100000 | 1000101 | 111010 |
Color Harmonies of #C049DE
Complementary color
Monochromatic Colors of #C049DE
Black with #C049DE
Text Example
Text Example
White with #C049DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049DE; }
p { color: rgb(192,73,222); }
H1.HeaderClassName
{
color: #C049DE;
}
.AnyTagClassName
{
color: #C049DE;
}
</style>
background-color css
<style>
a { background-color: #C049DE; }
a { background-color: rgb(192,73,222); }
div.DivClassName
{
background-color: #C049DE;
}
.BgClassName
{
background-color: #C049DE;
}
</style>
border-color css
<style>
span { border-color: #C049DE; }
span { border-color: rgb(192,73,222); }
td.TdClassName
{
border-color: #C049DE;
}
.TagClassName
{
border-color: #C049DE;
}
</style>