Shades of Medium Orchid #C12ED0
Tints of Medium Orchid #C12ED0
RGB
CMYK
RGB Variations
Color information
#C12ED0 (or 0xC12ED0) is known color: Medium Orchid. HEX triplet: C1, 2E and D0. RGB value is (193,46,208). Sum of RGB (Red+Green+Blue) = 193+46+208=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #C12ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ED0 is #3ED12F. Grayscale: #6B6B6B. Windows color (decimal): -4116784 or 13643457. OLE color: 13643457.
HSL color Cylindrical-coordinate representation of color #C12ED0: hue angle of 294.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12ED0 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 46 | 208 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.18 |
| HSL | 294.44º | 0.64% | 0.5% | - |
| HSV(B) | 294.44º | 0.78% | 0.82% | - |
| XYZ | 34.35 | 17.85 | 61.31 | - |
| YUV | 108.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 208 | 0.07 | 0.78 | 0 | 0.18 | 294.44 | 0.64 | 0.5 |
| Hex | C1 | 2E | D0 | 7 | 4E | 0 | 12 | 126 | 40 | 32 |
| Octal | 301 | 56 | 320 | 7 | 116 | 0 | 22 | 446 | 100 | 62 |
| Binary | 11000001 | 101110 | 11010000 | 111 | 1001110 | 0 | 10010 | 100100110 | 1000000 | 110010 |
Color Harmonies of #C12ED0
Complementary color
Monochromatic Colors of #C12ED0
Black with #C12ED0
Text Example
Text Example
White with #C12ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ED0; }
p { color: rgb(193,46,208); }
H1.HeaderClassName
{
color: #C12ED0;
}
.AnyTagClassName
{
color: #C12ED0;
}
</style>
background-color css
<style>
a { background-color: #C12ED0; }
a { background-color: rgb(193,46,208); }
div.DivClassName
{
background-color: #C12ED0;
}
.BgClassName
{
background-color: #C12ED0;
}
</style>
border-color css
<style>
span { border-color: #C12ED0; }
span { border-color: rgb(193,46,208); }
td.TdClassName
{
border-color: #C12ED0;
}
.TagClassName
{
border-color: #C12ED0;
}
</style>