Shades of Medium Orchid #C12FDF
Tints of Medium Orchid #C12FDF
RGB
CMYK
RGB Variations
Color information
#C12FDF (or 0xC12FDF) is known color: Medium Orchid. HEX triplet: C1, 2F and DF. RGB value is (193,47,223). Sum of RGB (Red+Green+Blue) = 193+47+223=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #C12FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FDF is #3ED020. Grayscale: #6E6E6E. Windows color (decimal): -4116513 or 14626753. OLE color: 14626753.
HSL color Cylindrical-coordinate representation of color #C12FDF: hue angle of 289.77º 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 #C12FDF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 47 | 223 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.13 |
| HSL | 289.77º | 0.73% | 0.53% | - |
| HSV(B) | 289.77º | 0.79% | 0.87% | - |
| XYZ | 36.33 | 18.7 | 71.51 | - |
| YUV | 110.72 | 191.37 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 223 | 0.13 | 0.79 | 0 | 0.13 | 289.77 | 0.73 | 0.53 |
| Hex | C1 | 2F | DF | D | 4F | 0 | D | 122 | 49 | 35 |
| Octal | 301 | 57 | 337 | 15 | 117 | 0 | 15 | 442 | 111 | 65 |
| Binary | 11000001 | 101111 | 11011111 | 1101 | 1001111 | 0 | 1101 | 100100010 | 1001001 | 110101 |
Color Harmonies of #C12FDF
Complementary color
Monochromatic Colors of #C12FDF
Black with #C12FDF
Text Example
Text Example
White with #C12FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FDF; }
p { color: rgb(193,47,223); }
H1.HeaderClassName
{
color: #C12FDF;
}
.AnyTagClassName
{
color: #C12FDF;
}
</style>
background-color css
<style>
a { background-color: #C12FDF; }
a { background-color: rgb(193,47,223); }
div.DivClassName
{
background-color: #C12FDF;
}
.BgClassName
{
background-color: #C12FDF;
}
</style>
border-color css
<style>
span { border-color: #C12FDF; }
span { border-color: rgb(193,47,223); }
td.TdClassName
{
border-color: #C12FDF;
}
.TagClassName
{
border-color: #C12FDF;
}
</style>