Shades of Medium Orchid #C12FEE
Tints of Medium Orchid #C12FEE
RGB
CMYK
RGB Variations
Color information
#C12FEE (or 0xC12FEE) is known color: Medium Orchid. HEX triplet: C1, 2F and EE. RGB value is (193,47,238). Sum of RGB (Red+Green+Blue) = 193+47+238=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #C12FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12FEE is #3ED011. Grayscale: #6F6F6F. Windows color (decimal): -4116498 or 15609793. OLE color: 15609793.
HSL color Cylindrical-coordinate representation of color #C12FEE: hue angle of 285.86º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12FEE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 47 | 238 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.07 |
| HSL | 285.86º | 0.85% | 0.56% | - |
| HSV(B) | 285.86º | 0.8% | 0.93% | - |
| XYZ | 38.44 | 19.54 | 82.64 | - |
| YUV | 112.43 | 198.87 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 238 | 0.19 | 0.80 | 0 | 0.07 | 285.86 | 0.85 | 0.56 |
| Hex | C1 | 2F | EE | 13 | 50 | 0 | 7 | 11E | 55 | 38 |
| Octal | 301 | 57 | 356 | 23 | 120 | 0 | 7 | 436 | 125 | 70 |
| Binary | 11000001 | 101111 | 11101110 | 10011 | 1010000 | 0 | 111 | 100011110 | 1010101 | 111000 |
Color Harmonies of #C12FEE
Complementary color
Monochromatic Colors of #C12FEE
Black with #C12FEE
Text Example
Text Example
White with #C12FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FEE; }
p { color: rgb(193,47,238); }
H1.HeaderClassName
{
color: #C12FEE;
}
.AnyTagClassName
{
color: #C12FEE;
}
</style>
background-color css
<style>
a { background-color: #C12FEE; }
a { background-color: rgb(193,47,238); }
div.DivClassName
{
background-color: #C12FEE;
}
.BgClassName
{
background-color: #C12FEE;
}
</style>
border-color css
<style>
span { border-color: #C12FEE; }
span { border-color: rgb(193,47,238); }
td.TdClassName
{
border-color: #C12FEE;
}
.TagClassName
{
border-color: #C12FEE;
}
</style>