Shades of Medium Orchid #C035EC
Tints of Medium Orchid #C035EC
RGB
CMYK
RGB Variations
Color information
#C035EC (or 0xC035EC) is known color: Medium Orchid. HEX triplet: C0, 35 and EC. RGB value is (192,53,236). Sum of RGB (Red+Green+Blue) = 192+53+236=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 53 (21.09% from 255 or 11.02% 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 #C035EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035EC is #3FCA13. Grayscale: #727272. Windows color (decimal): -4180500 or 15480256. OLE color: 15480256.
HSL color Cylindrical-coordinate representation of color #C035EC: hue angle of 285.57º degrees, saturation: 0.83, 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 #C035EC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 53 | 236 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.07 |
| HSL | 285.57º | 0.83% | 0.57% | - |
| HSV(B) | 285.57º | 0.78% | 0.93% | - |
| XYZ | 38.15 | 19.81 | 81.17 | - |
| YUV | 115.42 | 196.05 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 236 | 0.19 | 0.78 | 0 | 0.07 | 285.57 | 0.83 | 0.57 |
| Hex | C0 | 35 | EC | 13 | 4E | 0 | 7 | 11E | 53 | 39 |
| Octal | 300 | 65 | 354 | 23 | 116 | 0 | 7 | 436 | 123 | 71 |
| Binary | 11000000 | 110101 | 11101100 | 10011 | 1001110 | 0 | 111 | 100011110 | 1010011 | 111001 |
Color Harmonies of #C035EC
Complementary color
Monochromatic Colors of #C035EC
Black with #C035EC
Text Example
Text Example
White with #C035EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035EC; }
p { color: rgb(192,53,236); }
H1.HeaderClassName
{
color: #C035EC;
}
.AnyTagClassName
{
color: #C035EC;
}
</style>
background-color css
<style>
a { background-color: #C035EC; }
a { background-color: rgb(192,53,236); }
div.DivClassName
{
background-color: #C035EC;
}
.BgClassName
{
background-color: #C035EC;
}
</style>
border-color css
<style>
span { border-color: #C035EC; }
span { border-color: rgb(192,53,236); }
td.TdClassName
{
border-color: #C035EC;
}
.TagClassName
{
border-color: #C035EC;
}
</style>