Shades of Medium Orchid #C037F2
Tints of Medium Orchid #C037F2
RGB
CMYK
RGB Variations
Color information
#C037F2 (or 0xC037F2) is known color: Medium Orchid. HEX triplet: C0, 37 and F2. RGB value is (192,55,242). Sum of RGB (Red+Green+Blue) = 192+55+242=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #C037F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C037F2 is #3FC80D. Grayscale: #747474. Windows color (decimal): -4179982 or 15873984. OLE color: 15873984.
HSL color Cylindrical-coordinate representation of color #C037F2: hue angle of 283.96º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C037F2 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 55 | 242 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.05 |
| HSL | 283.96º | 0.88% | 0.58% | - |
| HSV(B) | 283.96º | 0.77% | 0.95% | - |
| XYZ | 39.13 | 20.35 | 85.87 | - |
| YUV | 117.28 | 198.39 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 242 | 0.21 | 0.77 | 0 | 0.05 | 283.96 | 0.88 | 0.58 |
| Hex | C0 | 37 | F2 | 15 | 4D | 0 | 5 | 11C | 58 | 3A |
| Octal | 300 | 67 | 362 | 25 | 115 | 0 | 5 | 434 | 130 | 72 |
| Binary | 11000000 | 110111 | 11110010 | 10101 | 1001101 | 0 | 101 | 100011100 | 1011000 | 111010 |
Color Harmonies of #C037F2
Complementary color
Monochromatic Colors of #C037F2
Black with #C037F2
Text Example
Text Example
White with #C037F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037F2; }
p { color: rgb(192,55,242); }
H1.HeaderClassName
{
color: #C037F2;
}
.AnyTagClassName
{
color: #C037F2;
}
</style>
background-color css
<style>
a { background-color: #C037F2; }
a { background-color: rgb(192,55,242); }
div.DivClassName
{
background-color: #C037F2;
}
.BgClassName
{
background-color: #C037F2;
}
</style>
border-color css
<style>
span { border-color: #C037F2; }
span { border-color: rgb(192,55,242); }
td.TdClassName
{
border-color: #C037F2;
}
.TagClassName
{
border-color: #C037F2;
}
</style>