Shades of Medium Orchid #C034EE
Tints of Medium Orchid #C034EE
RGB
CMYK
RGB Variations
Color information
#C034EE (or 0xC034EE) is known color: Medium Orchid. HEX triplet: C0, 34 and EE. RGB value is (192,52,238). Sum of RGB (Red+Green+Blue) = 192+52+238=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #C034EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034EE is #3FCB11. Grayscale: #727272. Windows color (decimal): -4180754 or 15611072. OLE color: 15611072.
HSL color Cylindrical-coordinate representation of color #C034EE: hue angle of 285.16º degrees, saturation: 0.85, 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 #C034EE is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 52 | 238 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.07 |
| HSL | 285.16º | 0.85% | 0.57% | - |
| HSV(B) | 285.16º | 0.78% | 0.93% | - |
| XYZ | 38.4 | 19.84 | 82.69 | - |
| YUV | 115.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 238 | 0.19 | 0.78 | 0 | 0.07 | 285.16 | 0.85 | 0.57 |
| Hex | C0 | 34 | EE | 13 | 4E | 0 | 7 | 11D | 55 | 39 |
| Octal | 300 | 64 | 356 | 23 | 116 | 0 | 7 | 435 | 125 | 71 |
| Binary | 11000000 | 110100 | 11101110 | 10011 | 1001110 | 0 | 111 | 100011101 | 1010101 | 111001 |
Color Harmonies of #C034EE
Complementary color
Monochromatic Colors of #C034EE
Black with #C034EE
Text Example
Text Example
White with #C034EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034EE; }
p { color: rgb(192,52,238); }
H1.HeaderClassName
{
color: #C034EE;
}
.AnyTagClassName
{
color: #C034EE;
}
</style>
background-color css
<style>
a { background-color: #C034EE; }
a { background-color: rgb(192,52,238); }
div.DivClassName
{
background-color: #C034EE;
}
.BgClassName
{
background-color: #C034EE;
}
</style>
border-color css
<style>
span { border-color: #C034EE; }
span { border-color: rgb(192,52,238); }
td.TdClassName
{
border-color: #C034EE;
}
.TagClassName
{
border-color: #C034EE;
}
</style>