Shades of Medium Orchid #C12DDF
Tints of Medium Orchid #C12DDF
RGB
CMYK
RGB Variations
Color information
#C12DDF (or 0xC12DDF) is known color: Medium Orchid. HEX triplet: C1, 2D and DF. RGB value is (193,45,223). Sum of RGB (Red+Green+Blue) = 193+45+223=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #C12DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DDF is #3ED220. Grayscale: #6C6C6C. Windows color (decimal): -4117025 or 14626241. OLE color: 14626241.
HSL color Cylindrical-coordinate representation of color #C12DDF: hue angle of 289.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12DDF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 45 | 223 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.13 |
| HSL | 289.89º | 0.74% | 0.53% | - |
| HSV(B) | 289.89º | 0.8% | 0.87% | - |
| XYZ | 36.25 | 18.54 | 71.48 | - |
| YUV | 109.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 223 | 0.13 | 0.80 | 0 | 0.13 | 289.89 | 0.74 | 0.53 |
| Hex | C1 | 2D | DF | D | 50 | 0 | D | 122 | 4A | 35 |
| Octal | 301 | 55 | 337 | 15 | 120 | 0 | 15 | 442 | 112 | 65 |
| Binary | 11000001 | 101101 | 11011111 | 1101 | 1010000 | 0 | 1101 | 100100010 | 1001010 | 110101 |
Color Harmonies of #C12DDF
Complementary color
Monochromatic Colors of #C12DDF
Black with #C12DDF
Text Example
Text Example
White with #C12DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12DDF; }
p { color: rgb(193,45,223); }
H1.HeaderClassName
{
color: #C12DDF;
}
.AnyTagClassName
{
color: #C12DDF;
}
</style>
background-color css
<style>
a { background-color: #C12DDF; }
a { background-color: rgb(193,45,223); }
div.DivClassName
{
background-color: #C12DDF;
}
.BgClassName
{
background-color: #C12DDF;
}
</style>
border-color css
<style>
span { border-color: #C12DDF; }
span { border-color: rgb(193,45,223); }
td.TdClassName
{
border-color: #C12DDF;
}
.TagClassName
{
border-color: #C12DDF;
}
</style>