Shades of Medium Orchid #C037FA
Tints of Medium Orchid #C037FA
RGB
CMYK
RGB Variations
Color information
#C037FA (or 0xC037FA) is known color: Medium Orchid. HEX triplet: C0, 37 and FA. RGB value is (192,55,250). Sum of RGB (Red+Green+Blue) = 192+55+250=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #C037FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C037FA is #3FC805. Grayscale: #757575. Windows color (decimal): -4179974 or 16398272. OLE color: 16398272.
HSL color Cylindrical-coordinate representation of color #C037FA: hue angle of 282.15º degrees, saturation: 0.95, 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 #C037FA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 55 | 250 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.02 |
| HSL | 282.15º | 0.95% | 0.6% | - |
| HSV(B) | 282.15º | 0.78% | 0.98% | - |
| XYZ | 40.36 | 20.84 | 92.34 | - |
| YUV | 118.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 250 | 0.23 | 0.78 | 0 | 0.02 | 282.15 | 0.95 | 0.6 |
| Hex | C0 | 37 | FA | 17 | 4E | 0 | 2 | 11A | 5F | 3C |
| Octal | 300 | 67 | 372 | 27 | 116 | 0 | 2 | 432 | 137 | 74 |
| Binary | 11000000 | 110111 | 11111010 | 10111 | 1001110 | 0 | 10 | 100011010 | 1011111 | 111100 |
Color Harmonies of #C037FA
Complementary color
Monochromatic Colors of #C037FA
Black with #C037FA
Text Example
Text Example
White with #C037FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037FA; }
p { color: rgb(192,55,250); }
H1.HeaderClassName
{
color: #C037FA;
}
.AnyTagClassName
{
color: #C037FA;
}
</style>
background-color css
<style>
a { background-color: #C037FA; }
a { background-color: rgb(192,55,250); }
div.DivClassName
{
background-color: #C037FA;
}
.BgClassName
{
background-color: #C037FA;
}
</style>
border-color css
<style>
span { border-color: #C037FA; }
span { border-color: rgb(192,55,250); }
td.TdClassName
{
border-color: #C037FA;
}
.TagClassName
{
border-color: #C037FA;
}
</style>