Shades of Medium Orchid #CE40EE
Tints of Medium Orchid #CE40EE
RGB
CMYK
RGB Variations
Color information
#CE40EE (or 0xCE40EE) is known color: Medium Orchid. HEX triplet: CE, 40 and EE. RGB value is (206,64,238). Sum of RGB (Red+Green+Blue) = 206+64+238=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40EE is #31BF11. Grayscale: #7D7D7D. Windows color (decimal): -3260178 or 15614158. OLE color: 15614158.
HSL color Cylindrical-coordinate representation of color #CE40EE: hue angle of 288.97º 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 #CE40EE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 64 | 238 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.07 |
| HSL | 288.97º | 0.84% | 0.59% | - |
| HSV(B) | 288.97º | 0.73% | 0.93% | - |
| XYZ | 42.72 | 22.96 | 83.07 | - |
| YUV | 126.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 238 | 0.13 | 0.73 | 0 | 0.07 | 288.97 | 0.84 | 0.59 |
| Hex | CE | 40 | EE | D | 49 | 0 | 7 | 121 | 54 | 3B |
| Octal | 316 | 100 | 356 | 15 | 111 | 0 | 7 | 441 | 124 | 73 |
| Binary | 11001110 | 1000000 | 11101110 | 1101 | 1001001 | 0 | 111 | 100100001 | 1010100 | 111011 |
Color Harmonies of #CE40EE
Complementary color
Monochromatic Colors of #CE40EE
Black with #CE40EE
Text Example
Text Example
White with #CE40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40EE; }
p { color: rgb(206,64,238); }
H1.HeaderClassName
{
color: #CE40EE;
}
.AnyTagClassName
{
color: #CE40EE;
}
</style>
background-color css
<style>
a { background-color: #CE40EE; }
a { background-color: rgb(206,64,238); }
div.DivClassName
{
background-color: #CE40EE;
}
.BgClassName
{
background-color: #CE40EE;
}
</style>
border-color css
<style>
span { border-color: #CE40EE; }
span { border-color: rgb(206,64,238); }
td.TdClassName
{
border-color: #CE40EE;
}
.TagClassName
{
border-color: #CE40EE;
}
</style>