Shades of Medium Orchid #C134EC
Tints of Medium Orchid #C134EC
RGB
CMYK
RGB Variations
Color information
#C134EC (or 0xC134EC) is known color: Medium Orchid. HEX triplet: C1, 34 and EC. RGB value is (193,52,236). Sum of RGB (Red+Green+Blue) = 193+52+236=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #C134EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C134EC is #3ECB13. Grayscale: #727272. Windows color (decimal): -4115220 or 15480001. OLE color: 15480001.
HSL color Cylindrical-coordinate representation of color #C134EC: hue angle of 285.98º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C134EC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 52 | 236 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.07 |
| HSL | 285.98º | 0.83% | 0.56% | - |
| HSV(B) | 285.98º | 0.78% | 0.93% | - |
| XYZ | 38.36 | 19.85 | 81.17 | - |
| YUV | 115.14 | 196.21 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 236 | 0.18 | 0.78 | 0 | 0.07 | 285.98 | 0.83 | 0.56 |
| Hex | C1 | 34 | EC | 12 | 4E | 0 | 7 | 11E | 53 | 38 |
| Octal | 301 | 64 | 354 | 22 | 116 | 0 | 7 | 436 | 123 | 70 |
| Binary | 11000001 | 110100 | 11101100 | 10010 | 1001110 | 0 | 111 | 100011110 | 1010011 | 111000 |
Color Harmonies of #C134EC
Complementary color
Monochromatic Colors of #C134EC
Black with #C134EC
Text Example
Text Example
White with #C134EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134EC; }
p { color: rgb(193,52,236); }
H1.HeaderClassName
{
color: #C134EC;
}
.AnyTagClassName
{
color: #C134EC;
}
</style>
background-color css
<style>
a { background-color: #C134EC; }
a { background-color: rgb(193,52,236); }
div.DivClassName
{
background-color: #C134EC;
}
.BgClassName
{
background-color: #C134EC;
}
</style>
border-color css
<style>
span { border-color: #C134EC; }
span { border-color: rgb(193,52,236); }
td.TdClassName
{
border-color: #C134EC;
}
.TagClassName
{
border-color: #C134EC;
}
</style>