Shades of Medium Orchid #C137EC
Tints of Medium Orchid #C137EC
RGB
CMYK
RGB Variations
Color information
#C137EC (or 0xC137EC) is known color: Medium Orchid. HEX triplet: C1, 37 and EC. RGB value is (193,55,236). Sum of RGB (Red+Green+Blue) = 193+55+236=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #C137EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C137EC is #3EC813. Grayscale: #747474. Windows color (decimal): -4114452 or 15480769. OLE color: 15480769.
HSL color Cylindrical-coordinate representation of color #C137EC: hue angle of 285.75º 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 #C137EC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 55 | 236 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.07 |
| HSL | 285.75º | 0.83% | 0.57% | - |
| HSV(B) | 285.75º | 0.77% | 0.93% | - |
| XYZ | 38.5 | 20.13 | 81.21 | - |
| YUV | 116.9 | 195.22 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 236 | 0.18 | 0.77 | 0 | 0.07 | 285.75 | 0.83 | 0.57 |
| Hex | C1 | 37 | EC | 12 | 4D | 0 | 7 | 11E | 53 | 39 |
| Octal | 301 | 67 | 354 | 22 | 115 | 0 | 7 | 436 | 123 | 71 |
| Binary | 11000001 | 110111 | 11101100 | 10010 | 1001101 | 0 | 111 | 100011110 | 1010011 | 111001 |
Color Harmonies of #C137EC
Complementary color
Monochromatic Colors of #C137EC
Black with #C137EC
Text Example
Text Example
White with #C137EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137EC; }
p { color: rgb(193,55,236); }
H1.HeaderClassName
{
color: #C137EC;
}
.AnyTagClassName
{
color: #C137EC;
}
</style>
background-color css
<style>
a { background-color: #C137EC; }
a { background-color: rgb(193,55,236); }
div.DivClassName
{
background-color: #C137EC;
}
.BgClassName
{
background-color: #C137EC;
}
</style>
border-color css
<style>
span { border-color: #C137EC; }
span { border-color: rgb(193,55,236); }
td.TdClassName
{
border-color: #C137EC;
}
.TagClassName
{
border-color: #C137EC;
}
</style>