Shades of Medium Orchid #C12FF0
Tints of Medium Orchid #C12FF0
RGB
CMYK
RGB Variations
Color information
#C12FF0 (or 0xC12FF0) is known color: Medium Orchid. HEX triplet: C1, 2F and F0. RGB value is (193,47,240). Sum of RGB (Red+Green+Blue) = 193+47+240=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #C12FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12FF0 is #3ED00F. Grayscale: #707070. Windows color (decimal): -4116496 or 15740865. OLE color: 15740865.
HSL color Cylindrical-coordinate representation of color #C12FF0: hue angle of 285.39º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12FF0 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 47 | 240 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.06 |
| HSL | 285.39º | 0.87% | 0.56% | - |
| HSV(B) | 285.39º | 0.8% | 0.94% | - |
| XYZ | 38.74 | 19.66 | 84.19 | - |
| YUV | 112.66 | 199.87 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 240 | 0.20 | 0.80 | 0 | 0.06 | 285.39 | 0.87 | 0.56 |
| Hex | C1 | 2F | F0 | 14 | 50 | 0 | 6 | 11D | 57 | 38 |
| Octal | 301 | 57 | 360 | 24 | 120 | 0 | 6 | 435 | 127 | 70 |
| Binary | 11000001 | 101111 | 11110000 | 10100 | 1010000 | 0 | 110 | 100011101 | 1010111 | 111000 |
Color Harmonies of #C12FF0
Complementary color
Monochromatic Colors of #C12FF0
Black with #C12FF0
Text Example
Text Example
White with #C12FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FF0; }
p { color: rgb(193,47,240); }
H1.HeaderClassName
{
color: #C12FF0;
}
.AnyTagClassName
{
color: #C12FF0;
}
</style>
background-color css
<style>
a { background-color: #C12FF0; }
a { background-color: rgb(193,47,240); }
div.DivClassName
{
background-color: #C12FF0;
}
.BgClassName
{
background-color: #C12FF0;
}
</style>
border-color css
<style>
span { border-color: #C12FF0; }
span { border-color: rgb(193,47,240); }
td.TdClassName
{
border-color: #C12FF0;
}
.TagClassName
{
border-color: #C12FF0;
}
</style>