Shades of Medium Orchid #C12EEF
Tints of Medium Orchid #C12EEF
RGB
CMYK
RGB Variations
Color information
#C12EEF (or 0xC12EEF) is known color: Medium Orchid. HEX triplet: C1, 2E and EF. RGB value is (193,46,239). Sum of RGB (Red+Green+Blue) = 193+46+239=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #C12EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EEF is #3ED110. Grayscale: #6F6F6F. Windows color (decimal): -4116753 or 15675073. OLE color: 15675073.
HSL color Cylindrical-coordinate representation of color #C12EEF: hue angle of 285.7º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12EEF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 46 | 239 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.06 |
| HSL | 285.7º | 0.86% | 0.56% | - |
| HSV(B) | 285.7º | 0.81% | 0.94% | - |
| XYZ | 38.55 | 19.52 | 83.4 | - |
| YUV | 111.96 | 199.7 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 239 | 0.19 | 0.81 | 0 | 0.06 | 285.7 | 0.86 | 0.56 |
| Hex | C1 | 2E | EF | 13 | 51 | 0 | 6 | 11E | 56 | 38 |
| Octal | 301 | 56 | 357 | 23 | 121 | 0 | 6 | 436 | 126 | 70 |
| Binary | 11000001 | 101110 | 11101111 | 10011 | 1010001 | 0 | 110 | 100011110 | 1010110 | 111000 |
Color Harmonies of #C12EEF
Complementary color
Monochromatic Colors of #C12EEF
Black with #C12EEF
Text Example
Text Example
White with #C12EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12EEF; }
p { color: rgb(193,46,239); }
H1.HeaderClassName
{
color: #C12EEF;
}
.AnyTagClassName
{
color: #C12EEF;
}
</style>
background-color css
<style>
a { background-color: #C12EEF; }
a { background-color: rgb(193,46,239); }
div.DivClassName
{
background-color: #C12EEF;
}
.BgClassName
{
background-color: #C12EEF;
}
</style>
border-color css
<style>
span { border-color: #C12EEF; }
span { border-color: rgb(193,46,239); }
td.TdClassName
{
border-color: #C12EEF;
}
.TagClassName
{
border-color: #C12EEF;
}
</style>