Shades of Medium Orchid #C040EA
Tints of Medium Orchid #C040EA
RGB
CMYK
RGB Variations
Color information
#C040EA (or 0xC040EA) is known color: Medium Orchid. HEX triplet: C0, 40 and EA. RGB value is (192,64,234). Sum of RGB (Red+Green+Blue) = 192+64+234=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #C040EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040EA is #3FBF15. Grayscale: #797979. Windows color (decimal): -4177686 or 15352000. OLE color: 15352000.
HSL color Cylindrical-coordinate representation of color #C040EA: hue angle of 285.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C040EA is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 64 | 234 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.08 |
| HSL | 285.18º | 0.8% | 0.58% | - |
| HSV(B) | 285.18º | 0.73% | 0.92% | - |
| XYZ | 38.42 | 20.81 | 79.83 | - |
| YUV | 121.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 234 | 0.18 | 0.73 | 0 | 0.08 | 285.18 | 0.8 | 0.58 |
| Hex | C0 | 40 | EA | 12 | 49 | 0 | 8 | 11D | 50 | 3A |
| Octal | 300 | 100 | 352 | 22 | 111 | 0 | 10 | 435 | 120 | 72 |
| Binary | 11000000 | 1000000 | 11101010 | 10010 | 1001001 | 0 | 1000 | 100011101 | 1010000 | 111010 |
Color Harmonies of #C040EA
Complementary color
Monochromatic Colors of #C040EA
Black with #C040EA
Text Example
Text Example
White with #C040EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040EA; }
p { color: rgb(192,64,234); }
H1.HeaderClassName
{
color: #C040EA;
}
.AnyTagClassName
{
color: #C040EA;
}
</style>
background-color css
<style>
a { background-color: #C040EA; }
a { background-color: rgb(192,64,234); }
div.DivClassName
{
background-color: #C040EA;
}
.BgClassName
{
background-color: #C040EA;
}
</style>
border-color css
<style>
span { border-color: #C040EA; }
span { border-color: rgb(192,64,234); }
td.TdClassName
{
border-color: #C040EA;
}
.TagClassName
{
border-color: #C040EA;
}
</style>