Shades of Medium Orchid #C035E4
Tints of Medium Orchid #C035E4
RGB
CMYK
RGB Variations
Color information
#C035E4 (or 0xC035E4) is known color: Medium Orchid. HEX triplet: C0, 35 and E4. RGB value is (192,53,228). Sum of RGB (Red+Green+Blue) = 192+53+228=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #C035E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035E4 is #3FCA1B. Grayscale: #717171. Windows color (decimal): -4180508 or 14955968. OLE color: 14955968.
HSL color Cylindrical-coordinate representation of color #C035E4: hue angle of 287.66º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C035E4 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 53 | 228 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.11 |
| HSL | 287.66º | 0.76% | 0.55% | - |
| HSV(B) | 287.66º | 0.77% | 0.89% | - |
| XYZ | 37.01 | 19.35 | 75.18 | - |
| YUV | 114.51 | 192.05 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 228 | 0.16 | 0.77 | 0 | 0.11 | 287.66 | 0.76 | 0.55 |
| Hex | C0 | 35 | E4 | 10 | 4D | 0 | B | 120 | 4C | 37 |
| Octal | 300 | 65 | 344 | 20 | 115 | 0 | 13 | 440 | 114 | 67 |
| Binary | 11000000 | 110101 | 11100100 | 10000 | 1001101 | 0 | 1011 | 100100000 | 1001100 | 110111 |
Color Harmonies of #C035E4
Complementary color
Monochromatic Colors of #C035E4
Black with #C035E4
Text Example
Text Example
White with #C035E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035E4; }
p { color: rgb(192,53,228); }
H1.HeaderClassName
{
color: #C035E4;
}
.AnyTagClassName
{
color: #C035E4;
}
</style>
background-color css
<style>
a { background-color: #C035E4; }
a { background-color: rgb(192,53,228); }
div.DivClassName
{
background-color: #C035E4;
}
.BgClassName
{
background-color: #C035E4;
}
</style>
border-color css
<style>
span { border-color: #C035E4; }
span { border-color: rgb(192,53,228); }
td.TdClassName
{
border-color: #C035E4;
}
.TagClassName
{
border-color: #C035E4;
}
</style>