Shades of Medium Orchid #C04EE3
Tints of Medium Orchid #C04EE3
RGB
CMYK
RGB Variations
Color information
#C04EE3 (or 0xC04EE3) is known color: Medium Orchid. HEX triplet: C0, 4E and E3. RGB value is (192,78,227). Sum of RGB (Red+Green+Blue) = 192+78+227=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #C04EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EE3 is #3FB11C. Grayscale: #808080. Windows color (decimal): -4174109 or 14896832. OLE color: 14896832.
HSL color Cylindrical-coordinate representation of color #C04EE3: hue angle of 285.91º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04EE3 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 78 | 227 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.11 |
| HSL | 285.91º | 0.73% | 0.6% | - |
| HSV(B) | 285.91º | 0.66% | 0.89% | - |
| XYZ | 38.33 | 22.2 | 74.94 | - |
| YUV | 129.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 227 | 0.15 | 0.66 | 0 | 0.11 | 285.91 | 0.73 | 0.6 |
| Hex | C0 | 4E | E3 | F | 42 | 0 | B | 11E | 49 | 3C |
| Octal | 300 | 116 | 343 | 17 | 102 | 0 | 13 | 436 | 111 | 74 |
| Binary | 11000000 | 1001110 | 11100011 | 1111 | 1000010 | 0 | 1011 | 100011110 | 1001001 | 111100 |
Color Harmonies of #C04EE3
Complementary color
Monochromatic Colors of #C04EE3
Black with #C04EE3
Text Example
Text Example
White with #C04EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EE3; }
p { color: rgb(192,78,227); }
H1.HeaderClassName
{
color: #C04EE3;
}
.AnyTagClassName
{
color: #C04EE3;
}
</style>
background-color css
<style>
a { background-color: #C04EE3; }
a { background-color: rgb(192,78,227); }
div.DivClassName
{
background-color: #C04EE3;
}
.BgClassName
{
background-color: #C04EE3;
}
</style>
border-color css
<style>
span { border-color: #C04EE3; }
span { border-color: rgb(192,78,227); }
td.TdClassName
{
border-color: #C04EE3;
}
.TagClassName
{
border-color: #C04EE3;
}
</style>