Shades of Medium Orchid #C04EF6
Tints of Medium Orchid #C04EF6
RGB
CMYK
RGB Variations
Color information
#C04EF6 (or 0xC04EF6) is known color: Medium Orchid. HEX triplet: C0, 4E and F6. RGB value is (192,78,246). Sum of RGB (Red+Green+Blue) = 192+78+246=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #C04EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EF6 is #3FB109. Grayscale: #828282. Windows color (decimal): -4174090 or 16142016. OLE color: 16142016.
HSL color Cylindrical-coordinate representation of color #C04EF6: hue angle of 280.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04EF6 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 78 | 246 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.04 |
| HSL | 280.71º | 0.9% | 0.64% | - |
| HSV(B) | 280.71º | 0.68% | 0.96% | - |
| XYZ | 41.1 | 23.31 | 89.52 | - |
| YUV | 131.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 246 | 0.22 | 0.68 | 0 | 0.04 | 280.71 | 0.9 | 0.64 |
| Hex | C0 | 4E | F6 | 16 | 44 | 0 | 4 | 119 | 5A | 40 |
| Octal | 300 | 116 | 366 | 26 | 104 | 0 | 4 | 431 | 132 | 100 |
| Binary | 11000000 | 1001110 | 11110110 | 10110 | 1000100 | 0 | 100 | 100011001 | 1011010 | 1000000 |
Color Harmonies of #C04EF6
Complementary color
Monochromatic Colors of #C04EF6
Black with #C04EF6
Text Example
Text Example
White with #C04EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EF6; }
p { color: rgb(192,78,246); }
H1.HeaderClassName
{
color: #C04EF6;
}
.AnyTagClassName
{
color: #C04EF6;
}
</style>
background-color css
<style>
a { background-color: #C04EF6; }
a { background-color: rgb(192,78,246); }
div.DivClassName
{
background-color: #C04EF6;
}
.BgClassName
{
background-color: #C04EF6;
}
</style>
border-color css
<style>
span { border-color: #C04EF6; }
span { border-color: rgb(192,78,246); }
td.TdClassName
{
border-color: #C04EF6;
}
.TagClassName
{
border-color: #C04EF6;
}
</style>