Shades of Medium Orchid #C034ED
Tints of Medium Orchid #C034ED
RGB
CMYK
RGB Variations
Color information
#C034ED (or 0xC034ED) is known color: Medium Orchid. HEX triplet: C0, 34 and ED. RGB value is (192,52,237). Sum of RGB (Red+Green+Blue) = 192+52+237=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #C034ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034ED is #3FCB12. Grayscale: #727272. Windows color (decimal): -4180755 or 15545536. OLE color: 15545536.
HSL color Cylindrical-coordinate representation of color #C034ED: hue angle of 285.41º 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 #C034ED is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 52 | 237 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.07 |
| HSL | 285.41º | 0.84% | 0.57% | - |
| HSV(B) | 285.41º | 0.78% | 0.93% | - |
| XYZ | 38.25 | 19.78 | 81.92 | - |
| YUV | 114.95 | 196.88 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 237 | 0.19 | 0.78 | 0 | 0.07 | 285.41 | 0.84 | 0.57 |
| Hex | C0 | 34 | ED | 13 | 4E | 0 | 7 | 11D | 54 | 39 |
| Octal | 300 | 64 | 355 | 23 | 116 | 0 | 7 | 435 | 124 | 71 |
| Binary | 11000000 | 110100 | 11101101 | 10011 | 1001110 | 0 | 111 | 100011101 | 1010100 | 111001 |
Color Harmonies of #C034ED
Complementary color
Monochromatic Colors of #C034ED
Black with #C034ED
Text Example
Text Example
White with #C034ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034ED; }
p { color: rgb(192,52,237); }
H1.HeaderClassName
{
color: #C034ED;
}
.AnyTagClassName
{
color: #C034ED;
}
</style>
background-color css
<style>
a { background-color: #C034ED; }
a { background-color: rgb(192,52,237); }
div.DivClassName
{
background-color: #C034ED;
}
.BgClassName
{
background-color: #C034ED;
}
</style>
border-color css
<style>
span { border-color: #C034ED; }
span { border-color: rgb(192,52,237); }
td.TdClassName
{
border-color: #C034ED;
}
.TagClassName
{
border-color: #C034ED;
}
</style>