Shades of Medium Orchid #C12EE0
Tints of Medium Orchid #C12EE0
RGB
CMYK
RGB Variations
Color information
#C12EE0 (or 0xC12EE0) is known color: Medium Orchid. HEX triplet: C1, 2E and E0. RGB value is (193,46,224). Sum of RGB (Red+Green+Blue) = 193+46+224=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #C12EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EE0 is #3ED11F. Grayscale: #6D6D6D. Windows color (decimal): -4116768 or 14692033. OLE color: 14692033.
HSL color Cylindrical-coordinate representation of color #C12EE0: hue angle of 289.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12EE0 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 46 | 224 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.12 |
| HSL | 289.55º | 0.74% | 0.53% | - |
| HSV(B) | 289.55º | 0.79% | 0.88% | - |
| XYZ | 36.42 | 18.67 | 72.21 | - |
| YUV | 110.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 224 | 0.14 | 0.79 | 0 | 0.12 | 289.55 | 0.74 | 0.53 |
| Hex | C1 | 2E | E0 | E | 4F | 0 | C | 122 | 4A | 35 |
| Octal | 301 | 56 | 340 | 16 | 117 | 0 | 14 | 442 | 112 | 65 |
| Binary | 11000001 | 101110 | 11100000 | 1110 | 1001111 | 0 | 1100 | 100100010 | 1001010 | 110101 |
Color Harmonies of #C12EE0
Complementary color
Monochromatic Colors of #C12EE0
Black with #C12EE0
Text Example
Text Example
White with #C12EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12EE0; }
p { color: rgb(193,46,224); }
H1.HeaderClassName
{
color: #C12EE0;
}
.AnyTagClassName
{
color: #C12EE0;
}
</style>
background-color css
<style>
a { background-color: #C12EE0; }
a { background-color: rgb(193,46,224); }
div.DivClassName
{
background-color: #C12EE0;
}
.BgClassName
{
background-color: #C12EE0;
}
</style>
border-color css
<style>
span { border-color: #C12EE0; }
span { border-color: rgb(193,46,224); }
td.TdClassName
{
border-color: #C12EE0;
}
.TagClassName
{
border-color: #C12EE0;
}
</style>