Shades of Medium Orchid #C12EDF
Tints of Medium Orchid #C12EDF
RGB
CMYK
RGB Variations
Color information
#C12EDF (or 0xC12EDF) is known color: Medium Orchid. HEX triplet: C1, 2E and DF. RGB value is (193,46,223). Sum of RGB (Red+Green+Blue) = 193+46+223=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #C12EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EDF is #3ED120. Grayscale: #6D6D6D. Windows color (decimal): -4116769 or 14626497. OLE color: 14626497.
HSL color Cylindrical-coordinate representation of color #C12EDF: hue angle of 289.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12EDF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 46 | 223 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.13 |
| HSL | 289.83º | 0.73% | 0.53% | - |
| HSV(B) | 289.83º | 0.79% | 0.87% | - |
| XYZ | 36.29 | 18.62 | 71.49 | - |
| YUV | 110.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 223 | 0.13 | 0.79 | 0 | 0.13 | 289.83 | 0.73 | 0.53 |
| Hex | C1 | 2E | DF | D | 4F | 0 | D | 122 | 49 | 35 |
| Octal | 301 | 56 | 337 | 15 | 117 | 0 | 15 | 442 | 111 | 65 |
| Binary | 11000001 | 101110 | 11011111 | 1101 | 1001111 | 0 | 1101 | 100100010 | 1001001 | 110101 |
Color Harmonies of #C12EDF
Complementary color
Monochromatic Colors of #C12EDF
Black with #C12EDF
Text Example
Text Example
White with #C12EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12EDF; }
p { color: rgb(193,46,223); }
H1.HeaderClassName
{
color: #C12EDF;
}
.AnyTagClassName
{
color: #C12EDF;
}
</style>
background-color css
<style>
a { background-color: #C12EDF; }
a { background-color: rgb(193,46,223); }
div.DivClassName
{
background-color: #C12EDF;
}
.BgClassName
{
background-color: #C12EDF;
}
</style>
border-color css
<style>
span { border-color: #C12EDF; }
span { border-color: rgb(193,46,223); }
td.TdClassName
{
border-color: #C12EDF;
}
.TagClassName
{
border-color: #C12EDF;
}
</style>