Shades of Medium Orchid #C12FED
Tints of Medium Orchid #C12FED
RGB
CMYK
RGB Variations
Color information
#C12FED (or 0xC12FED) is known color: Medium Orchid. HEX triplet: C1, 2F and ED. RGB value is (193,47,237). Sum of RGB (Red+Green+Blue) = 193+47+237=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #C12FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12FED is #3ED012. Grayscale: #6F6F6F. Windows color (decimal): -4116499 or 15544257. OLE color: 15544257.
HSL color Cylindrical-coordinate representation of color #C12FED: hue angle of 286.11º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12FED is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 47 | 237 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.07 |
| HSL | 286.11º | 0.84% | 0.56% | - |
| HSV(B) | 286.11º | 0.8% | 0.93% | - |
| XYZ | 38.29 | 19.48 | 81.86 | - |
| YUV | 112.31 | 198.37 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 237 | 0.19 | 0.80 | 0 | 0.07 | 286.11 | 0.84 | 0.56 |
| Hex | C1 | 2F | ED | 13 | 50 | 0 | 7 | 11E | 54 | 38 |
| Octal | 301 | 57 | 355 | 23 | 120 | 0 | 7 | 436 | 124 | 70 |
| Binary | 11000001 | 101111 | 11101101 | 10011 | 1010000 | 0 | 111 | 100011110 | 1010100 | 111000 |
Color Harmonies of #C12FED
Complementary color
Monochromatic Colors of #C12FED
Black with #C12FED
Text Example
Text Example
White with #C12FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FED; }
p { color: rgb(193,47,237); }
H1.HeaderClassName
{
color: #C12FED;
}
.AnyTagClassName
{
color: #C12FED;
}
</style>
background-color css
<style>
a { background-color: #C12FED; }
a { background-color: rgb(193,47,237); }
div.DivClassName
{
background-color: #C12FED;
}
.BgClassName
{
background-color: #C12FED;
}
</style>
border-color css
<style>
span { border-color: #C12FED; }
span { border-color: rgb(193,47,237); }
td.TdClassName
{
border-color: #C12FED;
}
.TagClassName
{
border-color: #C12FED;
}
</style>