Shades of Medium Orchid #C440EE
Tints of Medium Orchid #C440EE
RGB
CMYK
RGB Variations
Color information
#C440EE (or 0xC440EE) is known color: Medium Orchid. HEX triplet: C4, 40 and EE. RGB value is (196,64,238). Sum of RGB (Red+Green+Blue) = 196+64+238=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #C440EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440EE is #3BBF11. Grayscale: #7A7A7A. Windows color (decimal): -3915538 or 15614148. OLE color: 15614148.
HSL color Cylindrical-coordinate representation of color #C440EE: hue angle of 285.52º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C440EE is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 64 | 238 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.07 |
| HSL | 285.52º | 0.84% | 0.59% | - |
| HSV(B) | 285.52º | 0.73% | 0.93% | - |
| XYZ | 40.03 | 21.58 | 82.94 | - |
| YUV | 123.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 238 | 0.18 | 0.73 | 0 | 0.07 | 285.52 | 0.84 | 0.59 |
| Hex | C4 | 40 | EE | 12 | 49 | 0 | 7 | 11E | 54 | 3B |
| Octal | 304 | 100 | 356 | 22 | 111 | 0 | 7 | 436 | 124 | 73 |
| Binary | 11000100 | 1000000 | 11101110 | 10010 | 1001001 | 0 | 111 | 100011110 | 1010100 | 111011 |
Color Harmonies of #C440EE
Complementary color
Monochromatic Colors of #C440EE
Black with #C440EE
Text Example
Text Example
White with #C440EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440EE; }
p { color: rgb(196,64,238); }
H1.HeaderClassName
{
color: #C440EE;
}
.AnyTagClassName
{
color: #C440EE;
}
</style>
background-color css
<style>
a { background-color: #C440EE; }
a { background-color: rgb(196,64,238); }
div.DivClassName
{
background-color: #C440EE;
}
.BgClassName
{
background-color: #C440EE;
}
</style>
border-color css
<style>
span { border-color: #C440EE; }
span { border-color: rgb(196,64,238); }
td.TdClassName
{
border-color: #C440EE;
}
.TagClassName
{
border-color: #C440EE;
}
</style>