Shades of Medium Orchid #C136EB
Tints of Medium Orchid #C136EB
RGB
CMYK
RGB Variations
Color information
#C136EB (or 0xC136EB) is known color: Medium Orchid. HEX triplet: C1, 36 and EB. RGB value is (193,54,235). Sum of RGB (Red+Green+Blue) = 193+54+235=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #C136EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136EB is #3EC914. Grayscale: #737373. Windows color (decimal): -4114709 or 15414977. OLE color: 15414977.
HSL color Cylindrical-coordinate representation of color #C136EB: hue angle of 286.08º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C136EB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 54 | 235 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.08 |
| HSL | 286.08º | 0.82% | 0.57% | - |
| HSV(B) | 286.08º | 0.77% | 0.92% | - |
| XYZ | 38.31 | 19.97 | 80.43 | - |
| YUV | 116.2 | 195.05 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 235 | 0.18 | 0.77 | 0 | 0.08 | 286.08 | 0.82 | 0.57 |
| Hex | C1 | 36 | EB | 12 | 4D | 0 | 8 | 11E | 52 | 39 |
| Octal | 301 | 66 | 353 | 22 | 115 | 0 | 10 | 436 | 122 | 71 |
| Binary | 11000001 | 110110 | 11101011 | 10010 | 1001101 | 0 | 1000 | 100011110 | 1010010 | 111001 |
Color Harmonies of #C136EB
Complementary color
Monochromatic Colors of #C136EB
Black with #C136EB
Text Example
Text Example
White with #C136EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136EB; }
p { color: rgb(193,54,235); }
H1.HeaderClassName
{
color: #C136EB;
}
.AnyTagClassName
{
color: #C136EB;
}
</style>
background-color css
<style>
a { background-color: #C136EB; }
a { background-color: rgb(193,54,235); }
div.DivClassName
{
background-color: #C136EB;
}
.BgClassName
{
background-color: #C136EB;
}
</style>
border-color css
<style>
span { border-color: #C136EB; }
span { border-color: rgb(193,54,235); }
td.TdClassName
{
border-color: #C136EB;
}
.TagClassName
{
border-color: #C136EB;
}
</style>