Shades of Medium Orchid #C040E7
Tints of Medium Orchid #C040E7
RGB
CMYK
RGB Variations
Color information
#C040E7 (or 0xC040E7) is known color: Medium Orchid. HEX triplet: C0, 40 and E7. RGB value is (192,64,231). Sum of RGB (Red+Green+Blue) = 192+64+231=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #C040E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040E7 is #3FBF18. Grayscale: #787878. Windows color (decimal): -4177689 or 15155392. OLE color: 15155392.
HSL color Cylindrical-coordinate representation of color #C040E7: hue angle of 285.99º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C040E7 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 64 | 231 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.09 |
| HSL | 285.99º | 0.78% | 0.58% | - |
| HSV(B) | 285.99º | 0.72% | 0.91% | - |
| XYZ | 38 | 20.64 | 77.58 | - |
| YUV | 121.31 | 189.91 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 231 | 0.17 | 0.72 | 0 | 0.09 | 285.99 | 0.78 | 0.58 |
| Hex | C0 | 40 | E7 | 11 | 48 | 0 | 9 | 11E | 4E | 3A |
| Octal | 300 | 100 | 347 | 21 | 110 | 0 | 11 | 436 | 116 | 72 |
| Binary | 11000000 | 1000000 | 11100111 | 10001 | 1001000 | 0 | 1001 | 100011110 | 1001110 | 111010 |
Color Harmonies of #C040E7
Complementary color
Monochromatic Colors of #C040E7
Black with #C040E7
Text Example
Text Example
White with #C040E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040E7; }
p { color: rgb(192,64,231); }
H1.HeaderClassName
{
color: #C040E7;
}
.AnyTagClassName
{
color: #C040E7;
}
</style>
background-color css
<style>
a { background-color: #C040E7; }
a { background-color: rgb(192,64,231); }
div.DivClassName
{
background-color: #C040E7;
}
.BgClassName
{
background-color: #C040E7;
}
</style>
border-color css
<style>
span { border-color: #C040E7; }
span { border-color: rgb(192,64,231); }
td.TdClassName
{
border-color: #C040E7;
}
.TagClassName
{
border-color: #C040E7;
}
</style>