Shades of Medium Orchid #C038F9
Tints of Medium Orchid #C038F9
RGB
CMYK
RGB Variations
Color information
#C038F9 (or 0xC038F9) is known color: Medium Orchid. HEX triplet: C0, 38 and F9. RGB value is (192,56,249). Sum of RGB (Red+Green+Blue) = 192+56+249=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #C038F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038F9 is #3FC706. Grayscale: #767676. Windows color (decimal): -4179719 or 16332992. OLE color: 16332992.
HSL color Cylindrical-coordinate representation of color #C038F9: hue angle of 282.28º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C038F9 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 56 | 249 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.02 |
| HSL | 282.28º | 0.94% | 0.6% | - |
| HSV(B) | 282.28º | 0.78% | 0.98% | - |
| XYZ | 40.25 | 20.87 | 91.53 | - |
| YUV | 118.67 | 201.56 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 249 | 0.23 | 0.78 | 0 | 0.02 | 282.28 | 0.94 | 0.6 |
| Hex | C0 | 38 | F9 | 17 | 4E | 0 | 2 | 11A | 5E | 3C |
| Octal | 300 | 70 | 371 | 27 | 116 | 0 | 2 | 432 | 136 | 74 |
| Binary | 11000000 | 111000 | 11111001 | 10111 | 1001110 | 0 | 10 | 100011010 | 1011110 | 111100 |
Color Harmonies of #C038F9
Complementary color
Monochromatic Colors of #C038F9
Black with #C038F9
Text Example
Text Example
White with #C038F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038F9; }
p { color: rgb(192,56,249); }
H1.HeaderClassName
{
color: #C038F9;
}
.AnyTagClassName
{
color: #C038F9;
}
</style>
background-color css
<style>
a { background-color: #C038F9; }
a { background-color: rgb(192,56,249); }
div.DivClassName
{
background-color: #C038F9;
}
.BgClassName
{
background-color: #C038F9;
}
</style>
border-color css
<style>
span { border-color: #C038F9; }
span { border-color: rgb(192,56,249); }
td.TdClassName
{
border-color: #C038F9;
}
.TagClassName
{
border-color: #C038F9;
}
</style>