Shades of Medium Orchid #C031E0
Tints of Medium Orchid #C031E0
RGB
CMYK
RGB Variations
Color information
#C031E0 (or 0xC031E0) is known color: Medium Orchid. HEX triplet: C0, 31 and E0. RGB value is (192,49,224). Sum of RGB (Red+Green+Blue) = 192+49+224=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #C031E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031E0 is #3FCE1F. Grayscale: #6F6F6F. Windows color (decimal): -4181536 or 14692800. OLE color: 14692800.
HSL color Cylindrical-coordinate representation of color #C031E0: hue angle of 289.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C031E0 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 49 | 224 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.12 |
| HSL | 289.03º | 0.74% | 0.54% | - |
| HSV(B) | 289.03º | 0.78% | 0.88% | - |
| XYZ | 36.29 | 18.78 | 72.23 | - |
| YUV | 111.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 224 | 0.14 | 0.78 | 0 | 0.12 | 289.03 | 0.74 | 0.54 |
| Hex | C0 | 31 | E0 | E | 4E | 0 | C | 121 | 4A | 36 |
| Octal | 300 | 61 | 340 | 16 | 116 | 0 | 14 | 441 | 112 | 66 |
| Binary | 11000000 | 110001 | 11100000 | 1110 | 1001110 | 0 | 1100 | 100100001 | 1001010 | 110110 |
Color Harmonies of #C031E0
Complementary color
Monochromatic Colors of #C031E0
Black with #C031E0
Text Example
Text Example
White with #C031E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031E0; }
p { color: rgb(192,49,224); }
H1.HeaderClassName
{
color: #C031E0;
}
.AnyTagClassName
{
color: #C031E0;
}
</style>
background-color css
<style>
a { background-color: #C031E0; }
a { background-color: rgb(192,49,224); }
div.DivClassName
{
background-color: #C031E0;
}
.BgClassName
{
background-color: #C031E0;
}
</style>
border-color css
<style>
span { border-color: #C031E0; }
span { border-color: rgb(192,49,224); }
td.TdClassName
{
border-color: #C031E0;
}
.TagClassName
{
border-color: #C031E0;
}
</style>