Shades of Medium Orchid #C12BE4
Tints of Medium Orchid #C12BE4
RGB
CMYK
RGB Variations
Color information
#C12BE4 (or 0xC12BE4) is known color: Medium Orchid. HEX triplet: C1, 2B and E4. RGB value is (193,43,228). Sum of RGB (Red+Green+Blue) = 193+43+228=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #C12BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BE4 is #3ED41B. Grayscale: #6C6C6C. Windows color (decimal): -4117532 or 14953409. OLE color: 14953409.
HSL color Cylindrical-coordinate representation of color #C12BE4: hue angle of 288.65º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12BE4 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 43 | 228 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.11 |
| HSL | 288.65º | 0.77% | 0.53% | - |
| HSV(B) | 288.65º | 0.81% | 0.89% | - |
| XYZ | 36.86 | 18.67 | 75.06 | - |
| YUV | 108.94 | 195.2 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 228 | 0.15 | 0.81 | 0 | 0.11 | 288.65 | 0.77 | 0.53 |
| Hex | C1 | 2B | E4 | F | 51 | 0 | B | 121 | 4D | 35 |
| Octal | 301 | 53 | 344 | 17 | 121 | 0 | 13 | 441 | 115 | 65 |
| Binary | 11000001 | 101011 | 11100100 | 1111 | 1010001 | 0 | 1011 | 100100001 | 1001101 | 110101 |
Color Harmonies of #C12BE4
Complementary color
Monochromatic Colors of #C12BE4
Black with #C12BE4
Text Example
Text Example
White with #C12BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BE4; }
p { color: rgb(193,43,228); }
H1.HeaderClassName
{
color: #C12BE4;
}
.AnyTagClassName
{
color: #C12BE4;
}
</style>
background-color css
<style>
a { background-color: #C12BE4; }
a { background-color: rgb(193,43,228); }
div.DivClassName
{
background-color: #C12BE4;
}
.BgClassName
{
background-color: #C12BE4;
}
</style>
border-color css
<style>
span { border-color: #C12BE4; }
span { border-color: rgb(193,43,228); }
td.TdClassName
{
border-color: #C12BE4;
}
.TagClassName
{
border-color: #C12BE4;
}
</style>