Shades of Medium Orchid #C040E5
Tints of Medium Orchid #C040E5
RGB
CMYK
RGB Variations
Color information
#C040E5 (or 0xC040E5) is known color: Medium Orchid. HEX triplet: C0, 40 and E5. RGB value is (192,64,229). Sum of RGB (Red+Green+Blue) = 192+64+229=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #C040E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040E5 is #3FBF1A. Grayscale: #787878. Windows color (decimal): -4177691 or 15024320. OLE color: 15024320.
HSL color Cylindrical-coordinate representation of color #C040E5: hue angle of 286.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C040E5 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 64 | 229 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.10 |
| HSL | 286.55º | 0.76% | 0.57% | - |
| HSV(B) | 286.55º | 0.72% | 0.9% | - |
| XYZ | 37.71 | 20.53 | 76.1 | - |
| YUV | 121.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 229 | 0.16 | 0.72 | 0 | 0.10 | 286.55 | 0.76 | 0.57 |
| Hex | C0 | 40 | E5 | 10 | 48 | 0 | A | 11F | 4C | 39 |
| Octal | 300 | 100 | 345 | 20 | 110 | 0 | 12 | 437 | 114 | 71 |
| Binary | 11000000 | 1000000 | 11100101 | 10000 | 1001000 | 0 | 1010 | 100011111 | 1001100 | 111001 |
Color Harmonies of #C040E5
Complementary color
Monochromatic Colors of #C040E5
Black with #C040E5
Text Example
Text Example
White with #C040E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040E5; }
p { color: rgb(192,64,229); }
H1.HeaderClassName
{
color: #C040E5;
}
.AnyTagClassName
{
color: #C040E5;
}
</style>
background-color css
<style>
a { background-color: #C040E5; }
a { background-color: rgb(192,64,229); }
div.DivClassName
{
background-color: #C040E5;
}
.BgClassName
{
background-color: #C040E5;
}
</style>
border-color css
<style>
span { border-color: #C040E5; }
span { border-color: rgb(192,64,229); }
td.TdClassName
{
border-color: #C040E5;
}
.TagClassName
{
border-color: #C040E5;
}
</style>