Shades of Medium Orchid #C04EE5
Tints of Medium Orchid #C04EE5
RGB
CMYK
RGB Variations
Color information
#C04EE5 (or 0xC04EE5) is known color: Medium Orchid. HEX triplet: C0, 4E and E5. RGB value is (192,78,229). Sum of RGB (Red+Green+Blue) = 192+78+229=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #C04EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EE5 is #3FB11A. Grayscale: #808080. Windows color (decimal): -4174107 or 15027904. OLE color: 15027904.
HSL color Cylindrical-coordinate representation of color #C04EE5: hue angle of 285.3º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04EE5 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 78 | 229 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.10 |
| HSL | 285.3º | 0.74% | 0.6% | - |
| HSV(B) | 285.3º | 0.66% | 0.9% | - |
| XYZ | 38.61 | 22.31 | 76.4 | - |
| YUV | 129.3 | 184.27 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 229 | 0.16 | 0.66 | 0 | 0.10 | 285.3 | 0.74 | 0.6 |
| Hex | C0 | 4E | E5 | 10 | 42 | 0 | A | 11D | 4A | 3C |
| Octal | 300 | 116 | 345 | 20 | 102 | 0 | 12 | 435 | 112 | 74 |
| Binary | 11000000 | 1001110 | 11100101 | 10000 | 1000010 | 0 | 1010 | 100011101 | 1001010 | 111100 |
Color Harmonies of #C04EE5
Complementary color
Monochromatic Colors of #C04EE5
Black with #C04EE5
Text Example
Text Example
White with #C04EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EE5; }
p { color: rgb(192,78,229); }
H1.HeaderClassName
{
color: #C04EE5;
}
.AnyTagClassName
{
color: #C04EE5;
}
</style>
background-color css
<style>
a { background-color: #C04EE5; }
a { background-color: rgb(192,78,229); }
div.DivClassName
{
background-color: #C04EE5;
}
.BgClassName
{
background-color: #C04EE5;
}
</style>
border-color css
<style>
span { border-color: #C04EE5; }
span { border-color: rgb(192,78,229); }
td.TdClassName
{
border-color: #C04EE5;
}
.TagClassName
{
border-color: #C04EE5;
}
</style>