Shades of Medium Orchid #C440E6
Tints of Medium Orchid #C440E6
RGB
CMYK
RGB Variations
Color information
#C440E6 (or 0xC440E6) is known color: Medium Orchid. HEX triplet: C4, 40 and E6. RGB value is (196,64,230). Sum of RGB (Red+Green+Blue) = 196+64+230=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #C440E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440E6 is #3BBF19. Grayscale: #797979. Windows color (decimal): -3915546 or 15089860. OLE color: 15089860.
HSL color Cylindrical-coordinate representation of color #C440E6: hue angle of 287.71º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C440E6 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 64 | 230 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.10 |
| HSL | 287.71º | 0.77% | 0.58% | - |
| HSV(B) | 287.71º | 0.72% | 0.9% | - |
| XYZ | 38.88 | 21.12 | 76.89 | - |
| YUV | 122.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 230 | 0.15 | 0.72 | 0 | 0.10 | 287.71 | 0.77 | 0.58 |
| Hex | C4 | 40 | E6 | F | 48 | 0 | A | 120 | 4D | 3A |
| Octal | 304 | 100 | 346 | 17 | 110 | 0 | 12 | 440 | 115 | 72 |
| Binary | 11000100 | 1000000 | 11100110 | 1111 | 1001000 | 0 | 1010 | 100100000 | 1001101 | 111010 |
Color Harmonies of #C440E6
Complementary color
Monochromatic Colors of #C440E6
Black with #C440E6
Text Example
Text Example
White with #C440E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440E6; }
p { color: rgb(196,64,230); }
H1.HeaderClassName
{
color: #C440E6;
}
.AnyTagClassName
{
color: #C440E6;
}
</style>
background-color css
<style>
a { background-color: #C440E6; }
a { background-color: rgb(196,64,230); }
div.DivClassName
{
background-color: #C440E6;
}
.BgClassName
{
background-color: #C440E6;
}
</style>
border-color css
<style>
span { border-color: #C440E6; }
span { border-color: rgb(196,64,230); }
td.TdClassName
{
border-color: #C440E6;
}
.TagClassName
{
border-color: #C440E6;
}
</style>