Shades of Medium Orchid #CE4EEE
Tints of Medium Orchid #CE4EEE
RGB
CMYK
RGB Variations
Color information
#CE4EEE (or 0xCE4EEE) is known color: Medium Orchid. HEX triplet: CE, 4E and EE. RGB value is (206,78,238). Sum of RGB (Red+Green+Blue) = 206+78+238=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4EEE is #31B111. Grayscale: #868686. Windows color (decimal): -3256594 or 15617742. OLE color: 15617742.
HSL color Cylindrical-coordinate representation of color #CE4EEE: hue angle of 288º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4EEE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 78 | 238 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.07 |
| HSL | 288º | 0.82% | 0.62% | - |
| HSV(B) | 288º | 0.67% | 0.93% | - |
| XYZ | 43.61 | 24.74 | 83.37 | - |
| YUV | 134.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 238 | 0.13 | 0.67 | 0 | 0.07 | 288 | 0.82 | 0.62 |
| Hex | CE | 4E | EE | D | 43 | 0 | 7 | 120 | 52 | 3E |
| Octal | 316 | 116 | 356 | 15 | 103 | 0 | 7 | 440 | 122 | 76 |
| Binary | 11001110 | 1001110 | 11101110 | 1101 | 1000011 | 0 | 111 | 100100000 | 1010010 | 111110 |
Color Harmonies of #CE4EEE
Complementary color
Monochromatic Colors of #CE4EEE
Black with #CE4EEE
Text Example
Text Example
White with #CE4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EEE; }
p { color: rgb(206,78,238); }
H1.HeaderClassName
{
color: #CE4EEE;
}
.AnyTagClassName
{
color: #CE4EEE;
}
</style>
background-color css
<style>
a { background-color: #CE4EEE; }
a { background-color: rgb(206,78,238); }
div.DivClassName
{
background-color: #CE4EEE;
}
.BgClassName
{
background-color: #CE4EEE;
}
</style>
border-color css
<style>
span { border-color: #CE4EEE; }
span { border-color: rgb(206,78,238); }
td.TdClassName
{
border-color: #CE4EEE;
}
.TagClassName
{
border-color: #CE4EEE;
}
</style>