Shades of Medium Orchid #C039EA
Tints of Medium Orchid #C039EA
RGB
CMYK
RGB Variations
Color information
#C039EA (or 0xC039EA) is known color: Medium Orchid. HEX triplet: C0, 39 and EA. RGB value is (192,57,234). Sum of RGB (Red+Green+Blue) = 192+57+234=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #C039EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C039EA is #3FC615. Grayscale: #747474. Windows color (decimal): -4179478 or 15350208. OLE color: 15350208.
HSL color Cylindrical-coordinate representation of color #C039EA: hue angle of 285.76º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C039EA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 57 | 234 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.08 |
| HSL | 285.76º | 0.81% | 0.57% | - |
| HSV(B) | 285.76º | 0.76% | 0.92% | - |
| XYZ | 38.05 | 20.07 | 79.71 | - |
| YUV | 117.54 | 193.73 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 234 | 0.18 | 0.76 | 0 | 0.08 | 285.76 | 0.81 | 0.57 |
| Hex | C0 | 39 | EA | 12 | 4C | 0 | 8 | 11E | 51 | 39 |
| Octal | 300 | 71 | 352 | 22 | 114 | 0 | 10 | 436 | 121 | 71 |
| Binary | 11000000 | 111001 | 11101010 | 10010 | 1001100 | 0 | 1000 | 100011110 | 1010001 | 111001 |
Color Harmonies of #C039EA
Complementary color
Monochromatic Colors of #C039EA
Black with #C039EA
Text Example
Text Example
White with #C039EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039EA; }
p { color: rgb(192,57,234); }
H1.HeaderClassName
{
color: #C039EA;
}
.AnyTagClassName
{
color: #C039EA;
}
</style>
background-color css
<style>
a { background-color: #C039EA; }
a { background-color: rgb(192,57,234); }
div.DivClassName
{
background-color: #C039EA;
}
.BgClassName
{
background-color: #C039EA;
}
</style>
border-color css
<style>
span { border-color: #C039EA; }
span { border-color: rgb(192,57,234); }
td.TdClassName
{
border-color: #C039EA;
}
.TagClassName
{
border-color: #C039EA;
}
</style>