Shades of Medium Orchid #C04EEF
Tints of Medium Orchid #C04EEF
RGB
CMYK
RGB Variations
Color information
#C04EEF (or 0xC04EEF) is known color: Medium Orchid. HEX triplet: C0, 4E and EF. RGB value is (192,78,239). Sum of RGB (Red+Green+Blue) = 192+78+239=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #C04EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EEF is #3FB110. Grayscale: #818181. Windows color (decimal): -4174097 or 15683264. OLE color: 15683264.
HSL color Cylindrical-coordinate representation of color #C04EEF: hue angle of 282.48º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04EEF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 78 | 239 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.06 |
| HSL | 282.48º | 0.83% | 0.62% | - |
| HSV(B) | 282.48º | 0.67% | 0.94% | - |
| XYZ | 40.04 | 22.89 | 83.97 | - |
| YUV | 130.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 239 | 0.20 | 0.67 | 0 | 0.06 | 282.48 | 0.83 | 0.62 |
| Hex | C0 | 4E | EF | 14 | 43 | 0 | 6 | 11A | 53 | 3E |
| Octal | 300 | 116 | 357 | 24 | 103 | 0 | 6 | 432 | 123 | 76 |
| Binary | 11000000 | 1001110 | 11101111 | 10100 | 1000011 | 0 | 110 | 100011010 | 1010011 | 111110 |
Color Harmonies of #C04EEF
Complementary color
Monochromatic Colors of #C04EEF
Black with #C04EEF
Text Example
Text Example
White with #C04EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EEF; }
p { color: rgb(192,78,239); }
H1.HeaderClassName
{
color: #C04EEF;
}
.AnyTagClassName
{
color: #C04EEF;
}
</style>
background-color css
<style>
a { background-color: #C04EEF; }
a { background-color: rgb(192,78,239); }
div.DivClassName
{
background-color: #C04EEF;
}
.BgClassName
{
background-color: #C04EEF;
}
</style>
border-color css
<style>
span { border-color: #C04EEF; }
span { border-color: rgb(192,78,239); }
td.TdClassName
{
border-color: #C04EEF;
}
.TagClassName
{
border-color: #C04EEF;
}
</style>