Shades of Medium Orchid #C12FDD
Tints of Medium Orchid #C12FDD
RGB
CMYK
RGB Variations
Color information
#C12FDD (or 0xC12FDD) is known color: Medium Orchid. HEX triplet: C1, 2F and DD. RGB value is (193,47,221). Sum of RGB (Red+Green+Blue) = 193+47+221=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #C12FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FDD is #3ED022. Grayscale: #6D6D6D. Windows color (decimal): -4116515 or 14495681. OLE color: 14495681.
HSL color Cylindrical-coordinate representation of color #C12FDD: hue angle of 290.34º degrees, saturation: 0.72, 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 #C12FDD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 47 | 221 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.13 |
| HSL | 290.34º | 0.72% | 0.53% | - |
| HSV(B) | 290.34º | 0.79% | 0.87% | - |
| XYZ | 36.06 | 18.59 | 70.09 | - |
| YUV | 110.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 221 | 0.13 | 0.79 | 0 | 0.13 | 290.34 | 0.72 | 0.53 |
| Hex | C1 | 2F | DD | D | 4F | 0 | D | 122 | 48 | 35 |
| Octal | 301 | 57 | 335 | 15 | 117 | 0 | 15 | 442 | 110 | 65 |
| Binary | 11000001 | 101111 | 11011101 | 1101 | 1001111 | 0 | 1101 | 100100010 | 1001000 | 110101 |
Color Harmonies of #C12FDD
Complementary color
Monochromatic Colors of #C12FDD
Black with #C12FDD
Text Example
Text Example
White with #C12FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FDD; }
p { color: rgb(193,47,221); }
H1.HeaderClassName
{
color: #C12FDD;
}
.AnyTagClassName
{
color: #C12FDD;
}
</style>
background-color css
<style>
a { background-color: #C12FDD; }
a { background-color: rgb(193,47,221); }
div.DivClassName
{
background-color: #C12FDD;
}
.BgClassName
{
background-color: #C12FDD;
}
</style>
border-color css
<style>
span { border-color: #C12FDD; }
span { border-color: rgb(193,47,221); }
td.TdClassName
{
border-color: #C12FDD;
}
.TagClassName
{
border-color: #C12FDD;
}
</style>