Shades of Medium Orchid #CE4DEE
Tints of Medium Orchid #CE4DEE
RGB
CMYK
RGB Variations
Color information
#CE4DEE (or 0xCE4DEE) is known color: Medium Orchid. HEX triplet: CE, 4D and EE. RGB value is (206,77,238). Sum of RGB (Red+Green+Blue) = 206+77+238=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4DEE is #31B211. Grayscale: #858585. Windows color (decimal): -3256850 or 15617486. OLE color: 15617486.
HSL color Cylindrical-coordinate representation of color #CE4DEE: hue angle of 288.07º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4DEE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 77 | 238 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.07º | 0.83% | 0.62% | - |
| HSV(B) | 288.07º | 0.68% | 0.93% | - |
| XYZ | 43.54 | 24.6 | 83.34 | - |
| YUV | 133.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 238 | 0.13 | 0.68 | 0 | 0.07 | 288.07 | 0.83 | 0.62 |
| Hex | CE | 4D | EE | D | 44 | 0 | 7 | 120 | 53 | 3E |
| Octal | 316 | 115 | 356 | 15 | 104 | 0 | 7 | 440 | 123 | 76 |
| Binary | 11001110 | 1001101 | 11101110 | 1101 | 1000100 | 0 | 111 | 100100000 | 1010011 | 111110 |
Color Harmonies of #CE4DEE
Complementary color
Monochromatic Colors of #CE4DEE
Black with #CE4DEE
Text Example
Text Example
White with #CE4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DEE; }
p { color: rgb(206,77,238); }
H1.HeaderClassName
{
color: #CE4DEE;
}
.AnyTagClassName
{
color: #CE4DEE;
}
</style>
background-color css
<style>
a { background-color: #CE4DEE; }
a { background-color: rgb(206,77,238); }
div.DivClassName
{
background-color: #CE4DEE;
}
.BgClassName
{
background-color: #CE4DEE;
}
</style>
border-color css
<style>
span { border-color: #CE4DEE; }
span { border-color: rgb(206,77,238); }
td.TdClassName
{
border-color: #CE4DEE;
}
.TagClassName
{
border-color: #CE4DEE;
}
</style>