Shades of Medium Orchid #CE2EDE
Tints of Medium Orchid #CE2EDE
RGB
CMYK
RGB Variations
Color information
#CE2EDE (or 0xCE2EDE) is known color: Medium Orchid. HEX triplet: CE, 2E and DE. RGB value is (206,46,222). Sum of RGB (Red+Green+Blue) = 206+46+222=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EDE is #31D121. Grayscale: #717171. Windows color (decimal): -3264802 or 14560974. OLE color: 14560974.
HSL color Cylindrical-coordinate representation of color #CE2EDE: hue angle of 294.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2EDE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 46 | 222 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.13 |
| HSL | 294.55º | 0.73% | 0.53% | - |
| HSV(B) | 294.55º | 0.79% | 0.87% | - |
| XYZ | 39.62 | 20.35 | 70.95 | - |
| YUV | 113.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 222 | 0.07 | 0.79 | 0 | 0.13 | 294.55 | 0.73 | 0.53 |
| Hex | CE | 2E | DE | 7 | 4F | 0 | D | 127 | 49 | 35 |
| Octal | 316 | 56 | 336 | 7 | 117 | 0 | 15 | 447 | 111 | 65 |
| Binary | 11001110 | 101110 | 11011110 | 111 | 1001111 | 0 | 1101 | 100100111 | 1001001 | 110101 |
Color Harmonies of #CE2EDE
Complementary color
Monochromatic Colors of #CE2EDE
Black with #CE2EDE
Text Example
Text Example
White with #CE2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EDE; }
p { color: rgb(206,46,222); }
H1.HeaderClassName
{
color: #CE2EDE;
}
.AnyTagClassName
{
color: #CE2EDE;
}
</style>
background-color css
<style>
a { background-color: #CE2EDE; }
a { background-color: rgb(206,46,222); }
div.DivClassName
{
background-color: #CE2EDE;
}
.BgClassName
{
background-color: #CE2EDE;
}
</style>
border-color css
<style>
span { border-color: #CE2EDE; }
span { border-color: rgb(206,46,222); }
td.TdClassName
{
border-color: #CE2EDE;
}
.TagClassName
{
border-color: #CE2EDE;
}
</style>