Shades of Medium Orchid #C12CE6
Tints of Medium Orchid #C12CE6
RGB
CMYK
RGB Variations
Color information
#C12CE6 (or 0xC12CE6) is known color: Medium Orchid. HEX triplet: C1, 2C and E6. RGB value is (193,44,230). Sum of RGB (Red+Green+Blue) = 193+44+230=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #C12CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12CE6 is #3ED319. Grayscale: #6D6D6D. Windows color (decimal): -4117274 or 15084737. OLE color: 15084737.
HSL color Cylindrical-coordinate representation of color #C12CE6: hue angle of 288.06º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12CE6 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 44 | 230 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.10 |
| HSL | 288.06º | 0.79% | 0.54% | - |
| HSV(B) | 288.06º | 0.81% | 0.9% | - |
| XYZ | 37.18 | 18.85 | 76.54 | - |
| YUV | 109.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 230 | 0.16 | 0.81 | 0 | 0.10 | 288.06 | 0.79 | 0.54 |
| Hex | C1 | 2C | E6 | 10 | 51 | 0 | A | 120 | 4F | 36 |
| Octal | 301 | 54 | 346 | 20 | 121 | 0 | 12 | 440 | 117 | 66 |
| Binary | 11000001 | 101100 | 11100110 | 10000 | 1010001 | 0 | 1010 | 100100000 | 1001111 | 110110 |
Color Harmonies of #C12CE6
Complementary color
Monochromatic Colors of #C12CE6
Black with #C12CE6
Text Example
Text Example
White with #C12CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CE6; }
p { color: rgb(193,44,230); }
H1.HeaderClassName
{
color: #C12CE6;
}
.AnyTagClassName
{
color: #C12CE6;
}
</style>
background-color css
<style>
a { background-color: #C12CE6; }
a { background-color: rgb(193,44,230); }
div.DivClassName
{
background-color: #C12CE6;
}
.BgClassName
{
background-color: #C12CE6;
}
</style>
border-color css
<style>
span { border-color: #C12CE6; }
span { border-color: rgb(193,44,230); }
td.TdClassName
{
border-color: #C12CE6;
}
.TagClassName
{
border-color: #C12CE6;
}
</style>