Shades of Medium Orchid #C12EDB
Tints of Medium Orchid #C12EDB
RGB
CMYK
RGB Variations
Color information
#C12EDB (or 0xC12EDB) is known color: Medium Orchid. HEX triplet: C1, 2E and DB. RGB value is (193,46,219). Sum of RGB (Red+Green+Blue) = 193+46+219=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #C12EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EDB is #3ED124. Grayscale: #6D6D6D. Windows color (decimal): -4116773 or 14364353. OLE color: 14364353.
HSL color Cylindrical-coordinate representation of color #C12EDB: hue angle of 290.98º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12EDB is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 46 | 219 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.14 |
| HSL | 290.98º | 0.71% | 0.52% | - |
| HSV(B) | 290.98º | 0.79% | 0.86% | - |
| XYZ | 35.76 | 18.41 | 68.69 | - |
| YUV | 109.68 | 189.7 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 219 | 0.12 | 0.79 | 0 | 0.14 | 290.98 | 0.71 | 0.52 |
| Hex | C1 | 2E | DB | C | 4F | 0 | E | 123 | 47 | 34 |
| Octal | 301 | 56 | 333 | 14 | 117 | 0 | 16 | 443 | 107 | 64 |
| Binary | 11000001 | 101110 | 11011011 | 1100 | 1001111 | 0 | 1110 | 100100011 | 1000111 | 110100 |
Color Harmonies of #C12EDB
Complementary color
Monochromatic Colors of #C12EDB
Black with #C12EDB
Text Example
Text Example
White with #C12EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12EDB; }
p { color: rgb(193,46,219); }
H1.HeaderClassName
{
color: #C12EDB;
}
.AnyTagClassName
{
color: #C12EDB;
}
</style>
background-color css
<style>
a { background-color: #C12EDB; }
a { background-color: rgb(193,46,219); }
div.DivClassName
{
background-color: #C12EDB;
}
.BgClassName
{
background-color: #C12EDB;
}
</style>
border-color css
<style>
span { border-color: #C12EDB; }
span { border-color: rgb(193,46,219); }
td.TdClassName
{
border-color: #C12EDB;
}
.TagClassName
{
border-color: #C12EDB;
}
</style>