Shades of Medium Orchid #CE38EE
Tints of Medium Orchid #CE38EE
RGB
CMYK
RGB Variations
Color information
#CE38EE (or 0xCE38EE) is known color: Medium Orchid. HEX triplet: CE, 38 and EE. RGB value is (206,56,238). Sum of RGB (Red+Green+Blue) = 206+56+238=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE38EE is #31C711. Grayscale: #797979. Windows color (decimal): -3262226 or 15612110. OLE color: 15612110.
HSL color Cylindrical-coordinate representation of color #CE38EE: hue angle of 289.45º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE38EE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 56 | 238 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.07 |
| HSL | 289.45º | 0.84% | 0.58% | - |
| HSV(B) | 289.45º | 0.76% | 0.93% | - |
| XYZ | 42.3 | 22.12 | 82.93 | - |
| YUV | 121.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 238 | 0.13 | 0.76 | 0 | 0.07 | 289.45 | 0.84 | 0.58 |
| Hex | CE | 38 | EE | D | 4C | 0 | 7 | 121 | 54 | 3A |
| Octal | 316 | 70 | 356 | 15 | 114 | 0 | 7 | 441 | 124 | 72 |
| Binary | 11001110 | 111000 | 11101110 | 1101 | 1001100 | 0 | 111 | 100100001 | 1010100 | 111010 |
Color Harmonies of #CE38EE
Complementary color
Monochromatic Colors of #CE38EE
Black with #CE38EE
Text Example
Text Example
White with #CE38EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38EE; }
p { color: rgb(206,56,238); }
H1.HeaderClassName
{
color: #CE38EE;
}
.AnyTagClassName
{
color: #CE38EE;
}
</style>
background-color css
<style>
a { background-color: #CE38EE; }
a { background-color: rgb(206,56,238); }
div.DivClassName
{
background-color: #CE38EE;
}
.BgClassName
{
background-color: #CE38EE;
}
</style>
border-color css
<style>
span { border-color: #CE38EE; }
span { border-color: rgb(206,56,238); }
td.TdClassName
{
border-color: #CE38EE;
}
.TagClassName
{
border-color: #CE38EE;
}
</style>