Shades of Medium Orchid #C240E5
Tints of Medium Orchid #C240E5
RGB
CMYK
RGB Variations
Color information
#C240E5 (or 0xC240E5) is known color: Medium Orchid. HEX triplet: C2, 40 and E5. RGB value is (194,64,229). Sum of RGB (Red+Green+Blue) = 194+64+229=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #C240E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240E5 is #3DBF1A. Grayscale: #797979. Windows color (decimal): -4046619 or 15024322. OLE color: 15024322.
HSL color Cylindrical-coordinate representation of color #C240E5: hue angle of 287.27º 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 #C240E5 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 64 | 229 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.10 |
| HSL | 287.27º | 0.76% | 0.57% | - |
| HSV(B) | 287.27º | 0.72% | 0.9% | - |
| XYZ | 38.22 | 20.79 | 76.13 | - |
| YUV | 121.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 229 | 0.15 | 0.72 | 0 | 0.10 | 287.27 | 0.76 | 0.57 |
| Hex | C2 | 40 | E5 | F | 48 | 0 | A | 11F | 4C | 39 |
| Octal | 302 | 100 | 345 | 17 | 110 | 0 | 12 | 437 | 114 | 71 |
| Binary | 11000010 | 1000000 | 11100101 | 1111 | 1001000 | 0 | 1010 | 100011111 | 1001100 | 111001 |
Color Harmonies of #C240E5
Complementary color
Monochromatic Colors of #C240E5
Black with #C240E5
Text Example
Text Example
White with #C240E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240E5; }
p { color: rgb(194,64,229); }
H1.HeaderClassName
{
color: #C240E5;
}
.AnyTagClassName
{
color: #C240E5;
}
</style>
background-color css
<style>
a { background-color: #C240E5; }
a { background-color: rgb(194,64,229); }
div.DivClassName
{
background-color: #C240E5;
}
.BgClassName
{
background-color: #C240E5;
}
</style>
border-color css
<style>
span { border-color: #C240E5; }
span { border-color: rgb(194,64,229); }
td.TdClassName
{
border-color: #C240E5;
}
.TagClassName
{
border-color: #C240E5;
}
</style>