Shades of Medium Orchid #CE36EE
Tints of Medium Orchid #CE36EE
RGB
CMYK
RGB Variations
Color information
#CE36EE (or 0xCE36EE) is known color: Medium Orchid. HEX triplet: CE, 36 and EE. RGB value is (206,54,238). Sum of RGB (Red+Green+Blue) = 206+54+238=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 54 (21.48% from 255 or 10.84% 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 #CE36EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36EE is #31C911. Grayscale: #777777. Windows color (decimal): -3262738 or 15611598. OLE color: 15611598.
HSL color Cylindrical-coordinate representation of color #CE36EE: hue angle of 289.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE36EE is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 54 | 238 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.07 |
| HSL | 289.57º | 0.84% | 0.57% | - |
| HSV(B) | 289.57º | 0.77% | 0.93% | - |
| XYZ | 42.21 | 21.93 | 82.9 | - |
| YUV | 120.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 238 | 0.13 | 0.77 | 0 | 0.07 | 289.57 | 0.84 | 0.57 |
| Hex | CE | 36 | EE | D | 4D | 0 | 7 | 122 | 54 | 39 |
| Octal | 316 | 66 | 356 | 15 | 115 | 0 | 7 | 442 | 124 | 71 |
| Binary | 11001110 | 110110 | 11101110 | 1101 | 1001101 | 0 | 111 | 100100010 | 1010100 | 111001 |
Color Harmonies of #CE36EE
Complementary color
Monochromatic Colors of #CE36EE
Black with #CE36EE
Text Example
Text Example
White with #CE36EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36EE; }
p { color: rgb(206,54,238); }
H1.HeaderClassName
{
color: #CE36EE;
}
.AnyTagClassName
{
color: #CE36EE;
}
</style>
background-color css
<style>
a { background-color: #CE36EE; }
a { background-color: rgb(206,54,238); }
div.DivClassName
{
background-color: #CE36EE;
}
.BgClassName
{
background-color: #CE36EE;
}
</style>
border-color css
<style>
span { border-color: #CE36EE; }
span { border-color: rgb(206,54,238); }
td.TdClassName
{
border-color: #CE36EE;
}
.TagClassName
{
border-color: #CE36EE;
}
</style>