Shades of Medium Orchid #C440E9
Tints of Medium Orchid #C440E9
RGB
CMYK
RGB Variations
Color information
#C440E9 (or 0xC440E9) is known color: Medium Orchid. HEX triplet: C4, 40 and E9. RGB value is (196,64,233). Sum of RGB (Red+Green+Blue) = 196+64+233=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #C440E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440E9 is #3BBF16. Grayscale: #7A7A7A. Windows color (decimal): -3915543 or 15286468. OLE color: 15286468.
HSL color Cylindrical-coordinate representation of color #C440E9: hue angle of 286.86º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C440E9 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 64 | 233 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.09 |
| HSL | 286.86º | 0.79% | 0.58% | - |
| HSV(B) | 286.86º | 0.73% | 0.91% | - |
| XYZ | 39.31 | 21.29 | 79.13 | - |
| YUV | 122.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 233 | 0.16 | 0.73 | 0 | 0.09 | 286.86 | 0.79 | 0.58 |
| Hex | C4 | 40 | E9 | 10 | 49 | 0 | 9 | 11F | 4F | 3A |
| Octal | 304 | 100 | 351 | 20 | 111 | 0 | 11 | 437 | 117 | 72 |
| Binary | 11000100 | 1000000 | 11101001 | 10000 | 1001001 | 0 | 1001 | 100011111 | 1001111 | 111010 |
Color Harmonies of #C440E9
Complementary color
Monochromatic Colors of #C440E9
Black with #C440E9
Text Example
Text Example
White with #C440E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440E9; }
p { color: rgb(196,64,233); }
H1.HeaderClassName
{
color: #C440E9;
}
.AnyTagClassName
{
color: #C440E9;
}
</style>
background-color css
<style>
a { background-color: #C440E9; }
a { background-color: rgb(196,64,233); }
div.DivClassName
{
background-color: #C440E9;
}
.BgClassName
{
background-color: #C440E9;
}
</style>
border-color css
<style>
span { border-color: #C440E9; }
span { border-color: rgb(196,64,233); }
td.TdClassName
{
border-color: #C440E9;
}
.TagClassName
{
border-color: #C440E9;
}
</style>