Shades of Medium Orchid #C12FEC
Tints of Medium Orchid #C12FEC
RGB
CMYK
RGB Variations
Color information
#C12FEC (or 0xC12FEC) is known color: Medium Orchid. HEX triplet: C1, 2F and EC. RGB value is (193,47,236). Sum of RGB (Red+Green+Blue) = 193+47+236=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #C12FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12FEC is #3ED013. Grayscale: #6F6F6F. Windows color (decimal): -4116500 or 15478721. OLE color: 15478721.
HSL color Cylindrical-coordinate representation of color #C12FEC: hue angle of 286.35º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12FEC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 47 | 236 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.07 |
| HSL | 286.35º | 0.83% | 0.55% | - |
| HSV(B) | 286.35º | 0.8% | 0.93% | - |
| XYZ | 38.15 | 19.43 | 81.1 | - |
| YUV | 112.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 236 | 0.18 | 0.80 | 0 | 0.07 | 286.35 | 0.83 | 0.55 |
| Hex | C1 | 2F | EC | 12 | 50 | 0 | 7 | 11E | 53 | 37 |
| Octal | 301 | 57 | 354 | 22 | 120 | 0 | 7 | 436 | 123 | 67 |
| Binary | 11000001 | 101111 | 11101100 | 10010 | 1010000 | 0 | 111 | 100011110 | 1010011 | 110111 |
Color Harmonies of #C12FEC
Complementary color
Monochromatic Colors of #C12FEC
Black with #C12FEC
Text Example
Text Example
White with #C12FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FEC; }
p { color: rgb(193,47,236); }
H1.HeaderClassName
{
color: #C12FEC;
}
.AnyTagClassName
{
color: #C12FEC;
}
</style>
background-color css
<style>
a { background-color: #C12FEC; }
a { background-color: rgb(193,47,236); }
div.DivClassName
{
background-color: #C12FEC;
}
.BgClassName
{
background-color: #C12FEC;
}
</style>
border-color css
<style>
span { border-color: #C12FEC; }
span { border-color: rgb(193,47,236); }
td.TdClassName
{
border-color: #C12FEC;
}
.TagClassName
{
border-color: #C12FEC;
}
</style>