Shades of Medium Orchid #C12EE1
Tints of Medium Orchid #C12EE1
RGB
CMYK
RGB Variations
Color information
#C12EE1 (or 0xC12EE1) is known color: Medium Orchid. HEX triplet: C1, 2E and E1. RGB value is (193,46,225). Sum of RGB (Red+Green+Blue) = 193+46+225=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #C12EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EE1 is #3ED11E. Grayscale: #6D6D6D. Windows color (decimal): -4116767 or 14757569. OLE color: 14757569.
HSL color Cylindrical-coordinate representation of color #C12EE1: hue angle of 289.27º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12EE1 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 46 | 225 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.12 |
| HSL | 289.27º | 0.75% | 0.53% | - |
| HSV(B) | 289.27º | 0.8% | 0.88% | - |
| XYZ | 36.56 | 18.73 | 72.92 | - |
| YUV | 110.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 225 | 0.14 | 0.80 | 0 | 0.12 | 289.27 | 0.75 | 0.53 |
| Hex | C1 | 2E | E1 | E | 50 | 0 | C | 121 | 4B | 35 |
| Octal | 301 | 56 | 341 | 16 | 120 | 0 | 14 | 441 | 113 | 65 |
| Binary | 11000001 | 101110 | 11100001 | 1110 | 1010000 | 0 | 1100 | 100100001 | 1001011 | 110101 |
Color Harmonies of #C12EE1
Complementary color
Monochromatic Colors of #C12EE1
Black with #C12EE1
Text Example
Text Example
White with #C12EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12EE1; }
p { color: rgb(193,46,225); }
H1.HeaderClassName
{
color: #C12EE1;
}
.AnyTagClassName
{
color: #C12EE1;
}
</style>
background-color css
<style>
a { background-color: #C12EE1; }
a { background-color: rgb(193,46,225); }
div.DivClassName
{
background-color: #C12EE1;
}
.BgClassName
{
background-color: #C12EE1;
}
</style>
border-color css
<style>
span { border-color: #C12EE1; }
span { border-color: rgb(193,46,225); }
td.TdClassName
{
border-color: #C12EE1;
}
.TagClassName
{
border-color: #C12EE1;
}
</style>