Shades of Medium Orchid #C12BE9
Tints of Medium Orchid #C12BE9
RGB
CMYK
RGB Variations
Color information
#C12BE9 (or 0xC12BE9) is known color: Medium Orchid. HEX triplet: C1, 2B and E9. RGB value is (193,43,233). Sum of RGB (Red+Green+Blue) = 193+43+233=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #C12BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12BE9 is #3ED416. Grayscale: #6C6C6C. Windows color (decimal): -4117527 or 15281089. OLE color: 15281089.
HSL color Cylindrical-coordinate representation of color #C12BE9: hue angle of 287.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12BE9 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 43 | 233 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.09 |
| HSL | 287.37º | 0.81% | 0.54% | - |
| HSV(B) | 287.37º | 0.82% | 0.91% | - |
| XYZ | 37.56 | 18.95 | 78.77 | - |
| YUV | 109.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 233 | 0.17 | 0.82 | 0 | 0.09 | 287.37 | 0.81 | 0.54 |
| Hex | C1 | 2B | E9 | 11 | 52 | 0 | 9 | 11F | 51 | 36 |
| Octal | 301 | 53 | 351 | 21 | 122 | 0 | 11 | 437 | 121 | 66 |
| Binary | 11000001 | 101011 | 11101001 | 10001 | 1010010 | 0 | 1001 | 100011111 | 1010001 | 110110 |
Color Harmonies of #C12BE9
Complementary color
Monochromatic Colors of #C12BE9
Black with #C12BE9
Text Example
Text Example
White with #C12BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BE9; }
p { color: rgb(193,43,233); }
H1.HeaderClassName
{
color: #C12BE9;
}
.AnyTagClassName
{
color: #C12BE9;
}
</style>
background-color css
<style>
a { background-color: #C12BE9; }
a { background-color: rgb(193,43,233); }
div.DivClassName
{
background-color: #C12BE9;
}
.BgClassName
{
background-color: #C12BE9;
}
</style>
border-color css
<style>
span { border-color: #C12BE9; }
span { border-color: rgb(193,43,233); }
td.TdClassName
{
border-color: #C12BE9;
}
.TagClassName
{
border-color: #C12BE9;
}
</style>