Shades of Medium Orchid #C12BE1
Tints of Medium Orchid #C12BE1
RGB
CMYK
RGB Variations
Color information
#C12BE1 (or 0xC12BE1) is known color: Medium Orchid. HEX triplet: C1, 2B and E1. RGB value is (193,43,225). Sum of RGB (Red+Green+Blue) = 193+43+225=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #C12BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BE1 is #3ED41E. Grayscale: #6C6C6C. Windows color (decimal): -4117535 or 14756801. OLE color: 14756801.
HSL color Cylindrical-coordinate representation of color #C12BE1: hue angle of 289.45º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12BE1 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 43 | 225 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.12 |
| HSL | 289.45º | 0.75% | 0.53% | - |
| HSV(B) | 289.45º | 0.81% | 0.88% | - |
| XYZ | 36.45 | 18.5 | 72.88 | - |
| YUV | 108.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 225 | 0.14 | 0.81 | 0 | 0.12 | 289.45 | 0.75 | 0.53 |
| Hex | C1 | 2B | E1 | E | 51 | 0 | C | 121 | 4B | 35 |
| Octal | 301 | 53 | 341 | 16 | 121 | 0 | 14 | 441 | 113 | 65 |
| Binary | 11000001 | 101011 | 11100001 | 1110 | 1010001 | 0 | 1100 | 100100001 | 1001011 | 110101 |
Color Harmonies of #C12BE1
Complementary color
Monochromatic Colors of #C12BE1
Black with #C12BE1
Text Example
Text Example
White with #C12BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BE1; }
p { color: rgb(193,43,225); }
H1.HeaderClassName
{
color: #C12BE1;
}
.AnyTagClassName
{
color: #C12BE1;
}
</style>
background-color css
<style>
a { background-color: #C12BE1; }
a { background-color: rgb(193,43,225); }
div.DivClassName
{
background-color: #C12BE1;
}
.BgClassName
{
background-color: #C12BE1;
}
</style>
border-color css
<style>
span { border-color: #C12BE1; }
span { border-color: rgb(193,43,225); }
td.TdClassName
{
border-color: #C12BE1;
}
.TagClassName
{
border-color: #C12BE1;
}
</style>