Shades of Medium Orchid #C04EE9
Tints of Medium Orchid #C04EE9
RGB
CMYK
RGB Variations
Color information
#C04EE9 (or 0xC04EE9) is known color: Medium Orchid. HEX triplet: C0, 4E and E9. RGB value is (192,78,233). Sum of RGB (Red+Green+Blue) = 192+78+233=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #C04EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EE9 is #3FB116. Grayscale: #818181. Windows color (decimal): -4174103 or 15290048. OLE color: 15290048.
HSL color Cylindrical-coordinate representation of color #C04EE9: hue angle of 284.13º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04EE9 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 78 | 233 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.09 |
| HSL | 284.13º | 0.78% | 0.61% | - |
| HSV(B) | 284.13º | 0.67% | 0.91% | - |
| XYZ | 39.17 | 22.54 | 79.38 | - |
| YUV | 129.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 233 | 0.18 | 0.67 | 0 | 0.09 | 284.13 | 0.78 | 0.61 |
| Hex | C0 | 4E | E9 | 12 | 43 | 0 | 9 | 11C | 4E | 3D |
| Octal | 300 | 116 | 351 | 22 | 103 | 0 | 11 | 434 | 116 | 75 |
| Binary | 11000000 | 1001110 | 11101001 | 10010 | 1000011 | 0 | 1001 | 100011100 | 1001110 | 111101 |
Color Harmonies of #C04EE9
Complementary color
Monochromatic Colors of #C04EE9
Black with #C04EE9
Text Example
Text Example
White with #C04EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EE9; }
p { color: rgb(192,78,233); }
H1.HeaderClassName
{
color: #C04EE9;
}
.AnyTagClassName
{
color: #C04EE9;
}
</style>
background-color css
<style>
a { background-color: #C04EE9; }
a { background-color: rgb(192,78,233); }
div.DivClassName
{
background-color: #C04EE9;
}
.BgClassName
{
background-color: #C04EE9;
}
</style>
border-color css
<style>
span { border-color: #C04EE9; }
span { border-color: rgb(192,78,233); }
td.TdClassName
{
border-color: #C04EE9;
}
.TagClassName
{
border-color: #C04EE9;
}
</style>