Shades of Medium Orchid #C136ED
Tints of Medium Orchid #C136ED
RGB
CMYK
RGB Variations
Color information
#C136ED (or 0xC136ED) is known color: Medium Orchid. HEX triplet: C1, 36 and ED. RGB value is (193,54,237). Sum of RGB (Red+Green+Blue) = 193+54+237=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #C136ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136ED is #3EC912. Grayscale: #737373. Windows color (decimal): -4114707 or 15546049. OLE color: 15546049.
HSL color Cylindrical-coordinate representation of color #C136ED: hue angle of 285.57º degrees, saturation: 0.84, 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 #C136ED is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 54 | 237 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.07 |
| HSL | 285.57º | 0.84% | 0.57% | - |
| HSV(B) | 285.57º | 0.77% | 0.93% | - |
| XYZ | 38.6 | 20.09 | 81.96 | - |
| YUV | 116.42 | 196.05 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 237 | 0.19 | 0.77 | 0 | 0.07 | 285.57 | 0.84 | 0.57 |
| Hex | C1 | 36 | ED | 13 | 4D | 0 | 7 | 11E | 54 | 39 |
| Octal | 301 | 66 | 355 | 23 | 115 | 0 | 7 | 436 | 124 | 71 |
| Binary | 11000001 | 110110 | 11101101 | 10011 | 1001101 | 0 | 111 | 100011110 | 1010100 | 111001 |
Color Harmonies of #C136ED
Complementary color
Monochromatic Colors of #C136ED
Black with #C136ED
Text Example
Text Example
White with #C136ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136ED; }
p { color: rgb(193,54,237); }
H1.HeaderClassName
{
color: #C136ED;
}
.AnyTagClassName
{
color: #C136ED;
}
</style>
background-color css
<style>
a { background-color: #C136ED; }
a { background-color: rgb(193,54,237); }
div.DivClassName
{
background-color: #C136ED;
}
.BgClassName
{
background-color: #C136ED;
}
</style>
border-color css
<style>
span { border-color: #C136ED; }
span { border-color: rgb(193,54,237); }
td.TdClassName
{
border-color: #C136ED;
}
.TagClassName
{
border-color: #C136ED;
}
</style>