Shades of Medium Orchid #C134ED
Tints of Medium Orchid #C134ED
RGB
CMYK
RGB Variations
Color information
#C134ED (or 0xC134ED) is known color: Medium Orchid. HEX triplet: C1, 34 and ED. RGB value is (193,52,237). Sum of RGB (Red+Green+Blue) = 193+52+237=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #C134ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C134ED is #3ECB12. Grayscale: #727272. Windows color (decimal): -4115219 or 15545537. OLE color: 15545537.
HSL color Cylindrical-coordinate representation of color #C134ED: hue angle of 285.73º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C134ED is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 52 | 237 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.07 |
| HSL | 285.73º | 0.84% | 0.57% | - |
| HSV(B) | 285.73º | 0.78% | 0.93% | - |
| XYZ | 38.51 | 19.91 | 81.93 | - |
| YUV | 115.25 | 196.71 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 237 | 0.19 | 0.78 | 0 | 0.07 | 285.73 | 0.84 | 0.57 |
| Hex | C1 | 34 | ED | 13 | 4E | 0 | 7 | 11E | 54 | 39 |
| Octal | 301 | 64 | 355 | 23 | 116 | 0 | 7 | 436 | 124 | 71 |
| Binary | 11000001 | 110100 | 11101101 | 10011 | 1001110 | 0 | 111 | 100011110 | 1010100 | 111001 |
Color Harmonies of #C134ED
Complementary color
Monochromatic Colors of #C134ED
Black with #C134ED
Text Example
Text Example
White with #C134ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134ED; }
p { color: rgb(193,52,237); }
H1.HeaderClassName
{
color: #C134ED;
}
.AnyTagClassName
{
color: #C134ED;
}
</style>
background-color css
<style>
a { background-color: #C134ED; }
a { background-color: rgb(193,52,237); }
div.DivClassName
{
background-color: #C134ED;
}
.BgClassName
{
background-color: #C134ED;
}
</style>
border-color css
<style>
span { border-color: #C134ED; }
span { border-color: rgb(193,52,237); }
td.TdClassName
{
border-color: #C134ED;
}
.TagClassName
{
border-color: #C134ED;
}
</style>