Shades of Medium Orchid #C136EC
Tints of Medium Orchid #C136EC
RGB
CMYK
RGB Variations
Color information
#C136EC (or 0xC136EC) is known color: Medium Orchid. HEX triplet: C1, 36 and EC. RGB value is (193,54,236). Sum of RGB (Red+Green+Blue) = 193+54+236=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #C136EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136EC is #3EC913. Grayscale: #737373. Windows color (decimal): -4114708 or 15480513. OLE color: 15480513.
HSL color Cylindrical-coordinate representation of color #C136EC: hue angle of 285.82º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C136EC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 54 | 236 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.07 |
| HSL | 285.82º | 0.83% | 0.57% | - |
| HSV(B) | 285.82º | 0.77% | 0.93% | - |
| XYZ | 38.45 | 20.03 | 81.2 | - |
| YUV | 116.31 | 195.55 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 236 | 0.18 | 0.77 | 0 | 0.07 | 285.82 | 0.83 | 0.57 |
| Hex | C1 | 36 | EC | 12 | 4D | 0 | 7 | 11E | 53 | 39 |
| Octal | 301 | 66 | 354 | 22 | 115 | 0 | 7 | 436 | 123 | 71 |
| Binary | 11000001 | 110110 | 11101100 | 10010 | 1001101 | 0 | 111 | 100011110 | 1010011 | 111001 |
Color Harmonies of #C136EC
Complementary color
Monochromatic Colors of #C136EC
Black with #C136EC
Text Example
Text Example
White with #C136EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136EC; }
p { color: rgb(193,54,236); }
H1.HeaderClassName
{
color: #C136EC;
}
.AnyTagClassName
{
color: #C136EC;
}
</style>
background-color css
<style>
a { background-color: #C136EC; }
a { background-color: rgb(193,54,236); }
div.DivClassName
{
background-color: #C136EC;
}
.BgClassName
{
background-color: #C136EC;
}
</style>
border-color css
<style>
span { border-color: #C136EC; }
span { border-color: rgb(193,54,236); }
td.TdClassName
{
border-color: #C136EC;
}
.TagClassName
{
border-color: #C136EC;
}
</style>