Shades of Medium Orchid #C035EA
Tints of Medium Orchid #C035EA
RGB
CMYK
RGB Variations
Color information
#C035EA (or 0xC035EA) is known color: Medium Orchid. HEX triplet: C0, 35 and EA. RGB value is (192,53,234). Sum of RGB (Red+Green+Blue) = 192+53+234=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #C035EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035EA is #3FCA15. Grayscale: #727272. Windows color (decimal): -4180502 or 15349184. OLE color: 15349184.
HSL color Cylindrical-coordinate representation of color #C035EA: hue angle of 286.08º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C035EA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 53 | 234 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.08 |
| HSL | 286.08º | 0.81% | 0.56% | - |
| HSV(B) | 286.08º | 0.77% | 0.92% | - |
| XYZ | 37.86 | 19.69 | 79.65 | - |
| YUV | 115.2 | 195.05 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 234 | 0.18 | 0.77 | 0 | 0.08 | 286.08 | 0.81 | 0.56 |
| Hex | C0 | 35 | EA | 12 | 4D | 0 | 8 | 11E | 51 | 38 |
| Octal | 300 | 65 | 352 | 22 | 115 | 0 | 10 | 436 | 121 | 70 |
| Binary | 11000000 | 110101 | 11101010 | 10010 | 1001101 | 0 | 1000 | 100011110 | 1010001 | 111000 |
Color Harmonies of #C035EA
Complementary color
Monochromatic Colors of #C035EA
Black with #C035EA
Text Example
Text Example
White with #C035EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035EA; }
p { color: rgb(192,53,234); }
H1.HeaderClassName
{
color: #C035EA;
}
.AnyTagClassName
{
color: #C035EA;
}
</style>
background-color css
<style>
a { background-color: #C035EA; }
a { background-color: rgb(192,53,234); }
div.DivClassName
{
background-color: #C035EA;
}
.BgClassName
{
background-color: #C035EA;
}
</style>
border-color css
<style>
span { border-color: #C035EA; }
span { border-color: rgb(192,53,234); }
td.TdClassName
{
border-color: #C035EA;
}
.TagClassName
{
border-color: #C035EA;
}
</style>