Shades of Medium Orchid #C12FDE
Tints of Medium Orchid #C12FDE
RGB
CMYK
RGB Variations
Color information
#C12FDE (or 0xC12FDE) is known color: Medium Orchid. HEX triplet: C1, 2F and DE. RGB value is (193,47,222). Sum of RGB (Red+Green+Blue) = 193+47+222=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #C12FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FDE is #3ED021. Grayscale: #6E6E6E. Windows color (decimal): -4116514 or 14561217. OLE color: 14561217.
HSL color Cylindrical-coordinate representation of color #C12FDE: hue angle of 290.06º 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 #C12FDE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 47 | 222 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.13 |
| HSL | 290.06º | 0.73% | 0.53% | - |
| HSV(B) | 290.06º | 0.79% | 0.87% | - |
| XYZ | 36.19 | 18.64 | 70.8 | - |
| YUV | 110.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 222 | 0.13 | 0.79 | 0 | 0.13 | 290.06 | 0.73 | 0.53 |
| Hex | C1 | 2F | DE | D | 4F | 0 | D | 122 | 49 | 35 |
| Octal | 301 | 57 | 336 | 15 | 117 | 0 | 15 | 442 | 111 | 65 |
| Binary | 11000001 | 101111 | 11011110 | 1101 | 1001111 | 0 | 1101 | 100100010 | 1001001 | 110101 |
Color Harmonies of #C12FDE
Complementary color
Monochromatic Colors of #C12FDE
Black with #C12FDE
Text Example
Text Example
White with #C12FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FDE; }
p { color: rgb(193,47,222); }
H1.HeaderClassName
{
color: #C12FDE;
}
.AnyTagClassName
{
color: #C12FDE;
}
</style>
background-color css
<style>
a { background-color: #C12FDE; }
a { background-color: rgb(193,47,222); }
div.DivClassName
{
background-color: #C12FDE;
}
.BgClassName
{
background-color: #C12FDE;
}
</style>
border-color css
<style>
span { border-color: #C12FDE; }
span { border-color: rgb(193,47,222); }
td.TdClassName
{
border-color: #C12FDE;
}
.TagClassName
{
border-color: #C12FDE;
}
</style>