Shades of Medium Orchid #C12ED8
Tints of Medium Orchid #C12ED8
RGB
CMYK
RGB Variations
Color information
#C12ED8 (or 0xC12ED8) is known color: Medium Orchid. HEX triplet: C1, 2E and D8. RGB value is (193,46,216). Sum of RGB (Red+Green+Blue) = 193+46+216=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #C12ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ED8 is #3ED127. Grayscale: #6C6C6C. Windows color (decimal): -4116776 or 14167745. OLE color: 14167745.
HSL color Cylindrical-coordinate representation of color #C12ED8: hue angle of 291.88º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12ED8 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 46 | 216 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.15 |
| HSL | 291.88º | 0.69% | 0.51% | - |
| HSV(B) | 291.88º | 0.79% | 0.85% | - |
| XYZ | 35.36 | 18.25 | 66.62 | - |
| YUV | 109.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 216 | 0.11 | 0.79 | 0 | 0.15 | 291.88 | 0.69 | 0.51 |
| Hex | C1 | 2E | D8 | B | 4F | 0 | F | 124 | 45 | 33 |
| Octal | 301 | 56 | 330 | 13 | 117 | 0 | 17 | 444 | 105 | 63 |
| Binary | 11000001 | 101110 | 11011000 | 1011 | 1001111 | 0 | 1111 | 100100100 | 1000101 | 110011 |
Color Harmonies of #C12ED8
Complementary color
Monochromatic Colors of #C12ED8
Black with #C12ED8
Text Example
Text Example
White with #C12ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ED8; }
p { color: rgb(193,46,216); }
H1.HeaderClassName
{
color: #C12ED8;
}
.AnyTagClassName
{
color: #C12ED8;
}
</style>
background-color css
<style>
a { background-color: #C12ED8; }
a { background-color: rgb(193,46,216); }
div.DivClassName
{
background-color: #C12ED8;
}
.BgClassName
{
background-color: #C12ED8;
}
</style>
border-color css
<style>
span { border-color: #C12ED8; }
span { border-color: rgb(193,46,216); }
td.TdClassName
{
border-color: #C12ED8;
}
.TagClassName
{
border-color: #C12ED8;
}
</style>