Shades of Medium Orchid #C049F0
Tints of Medium Orchid #C049F0
RGB
CMYK
RGB Variations
Color information
#C049F0 (or 0xC049F0) is known color: Medium Orchid. HEX triplet: C0, 49 and F0. RGB value is (192,73,240). Sum of RGB (Red+Green+Blue) = 192+73+240=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #C049F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049F0 is #3FB60F. Grayscale: #7F7F7F. Windows color (decimal): -4175376 or 15747520. OLE color: 15747520.
HSL color Cylindrical-coordinate representation of color #C049F0: hue angle of 282.75º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C049F0 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 73 | 240 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.06 |
| HSL | 282.75º | 0.85% | 0.61% | - |
| HSV(B) | 282.75º | 0.7% | 0.94% | - |
| XYZ | 39.85 | 22.26 | 84.63 | - |
| YUV | 127.62 | 191.42 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 240 | 0.20 | 0.70 | 0 | 0.06 | 282.75 | 0.85 | 0.61 |
| Hex | C0 | 49 | F0 | 14 | 46 | 0 | 6 | 11B | 55 | 3D |
| Octal | 300 | 111 | 360 | 24 | 106 | 0 | 6 | 433 | 125 | 75 |
| Binary | 11000000 | 1001001 | 11110000 | 10100 | 1000110 | 0 | 110 | 100011011 | 1010101 | 111101 |
Color Harmonies of #C049F0
Complementary color
Monochromatic Colors of #C049F0
Black with #C049F0
Text Example
Text Example
White with #C049F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049F0; }
p { color: rgb(192,73,240); }
H1.HeaderClassName
{
color: #C049F0;
}
.AnyTagClassName
{
color: #C049F0;
}
</style>
background-color css
<style>
a { background-color: #C049F0; }
a { background-color: rgb(192,73,240); }
div.DivClassName
{
background-color: #C049F0;
}
.BgClassName
{
background-color: #C049F0;
}
</style>
border-color css
<style>
span { border-color: #C049F0; }
span { border-color: rgb(192,73,240); }
td.TdClassName
{
border-color: #C049F0;
}
.TagClassName
{
border-color: #C049F0;
}
</style>