Shades of Medium Orchid #C049F9
Tints of Medium Orchid #C049F9
RGB
CMYK
RGB Variations
Color information
#C049F9 (or 0xC049F9) is known color: Medium Orchid. HEX triplet: C0, 49 and F9. RGB value is (192,73,249). Sum of RGB (Red+Green+Blue) = 192+73+249=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #C049F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049F9 is #3FB606. Grayscale: #808080. Windows color (decimal): -4175367 or 16337344. OLE color: 16337344.
HSL color Cylindrical-coordinate representation of color #C049F9: hue angle of 280.57º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C049F9 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 73 | 249 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.02 |
| HSL | 280.57º | 0.94% | 0.63% | - |
| HSV(B) | 280.57º | 0.71% | 0.98% | - |
| XYZ | 41.22 | 22.81 | 91.85 | - |
| YUV | 128.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 249 | 0.23 | 0.71 | 0 | 0.02 | 280.57 | 0.94 | 0.63 |
| Hex | C0 | 49 | F9 | 17 | 47 | 0 | 2 | 119 | 5E | 3F |
| Octal | 300 | 111 | 371 | 27 | 107 | 0 | 2 | 431 | 136 | 77 |
| Binary | 11000000 | 1001001 | 11111001 | 10111 | 1000111 | 0 | 10 | 100011001 | 1011110 | 111111 |
Color Harmonies of #C049F9
Complementary color
Monochromatic Colors of #C049F9
Black with #C049F9
Text Example
Text Example
White with #C049F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049F9; }
p { color: rgb(192,73,249); }
H1.HeaderClassName
{
color: #C049F9;
}
.AnyTagClassName
{
color: #C049F9;
}
</style>
background-color css
<style>
a { background-color: #C049F9; }
a { background-color: rgb(192,73,249); }
div.DivClassName
{
background-color: #C049F9;
}
.BgClassName
{
background-color: #C049F9;
}
</style>
border-color css
<style>
span { border-color: #C049F9; }
span { border-color: rgb(192,73,249); }
td.TdClassName
{
border-color: #C049F9;
}
.TagClassName
{
border-color: #C049F9;
}
</style>