Shades of Medium Orchid #C440E3
Tints of Medium Orchid #C440E3
RGB
CMYK
RGB Variations
Color information
#C440E3 (or 0xC440E3) is known color: Medium Orchid. HEX triplet: C4, 40 and E3. RGB value is (196,64,227). Sum of RGB (Red+Green+Blue) = 196+64+227=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 227 - color contains mainly: blue. Hex color #C440E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440E3 is #3BBF1C. Grayscale: #797979. Windows color (decimal): -3915549 or 14893252. OLE color: 14893252.
HSL color Cylindrical-coordinate representation of color #C440E3: hue angle of 288.59º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C440E3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 64 | 227 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.11 |
| HSL | 288.59º | 0.74% | 0.57% | - |
| HSV(B) | 288.59º | 0.72% | 0.89% | - |
| XYZ | 38.46 | 20.95 | 74.69 | - |
| YUV | 122.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 227 | 0.14 | 0.72 | 0 | 0.11 | 288.59 | 0.74 | 0.57 |
| Hex | C4 | 40 | E3 | E | 48 | 0 | B | 121 | 4A | 39 |
| Octal | 304 | 100 | 343 | 16 | 110 | 0 | 13 | 441 | 112 | 71 |
| Binary | 11000100 | 1000000 | 11100011 | 1110 | 1001000 | 0 | 1011 | 100100001 | 1001010 | 111001 |
Color Harmonies of #C440E3
Complementary color
Monochromatic Colors of #C440E3
Black with #C440E3
Text Example
Text Example
White with #C440E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440E3; }
p { color: rgb(196,64,227); }
H1.HeaderClassName
{
color: #C440E3;
}
.AnyTagClassName
{
color: #C440E3;
}
</style>
background-color css
<style>
a { background-color: #C440E3; }
a { background-color: rgb(196,64,227); }
div.DivClassName
{
background-color: #C440E3;
}
.BgClassName
{
background-color: #C440E3;
}
</style>
border-color css
<style>
span { border-color: #C440E3; }
span { border-color: rgb(196,64,227); }
td.TdClassName
{
border-color: #C440E3;
}
.TagClassName
{
border-color: #C440E3;
}
</style>