Shades of Medium Orchid #CE2EDD
Tints of Medium Orchid #CE2EDD
RGB
CMYK
RGB Variations
Color information
#CE2EDD (or 0xCE2EDD) is known color: Medium Orchid. HEX triplet: CE, 2E and DD. RGB value is (206,46,221). Sum of RGB (Red+Green+Blue) = 206+46+221=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EDD is #31D122. Grayscale: #717171. Windows color (decimal): -3264803 or 14495438. OLE color: 14495438.
HSL color Cylindrical-coordinate representation of color #CE2EDD: hue angle of 294.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2EDD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 46 | 221 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.13 |
| HSL | 294.86º | 0.72% | 0.52% | - |
| HSV(B) | 294.86º | 0.79% | 0.87% | - |
| XYZ | 39.48 | 20.3 | 70.24 | - |
| YUV | 113.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 221 | 0.07 | 0.79 | 0 | 0.13 | 294.86 | 0.72 | 0.52 |
| Hex | CE | 2E | DD | 7 | 4F | 0 | D | 127 | 48 | 34 |
| Octal | 316 | 56 | 335 | 7 | 117 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001110 | 101110 | 11011101 | 111 | 1001111 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CE2EDD
Complementary color
Monochromatic Colors of #CE2EDD
Black with #CE2EDD
Text Example
Text Example
White with #CE2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EDD; }
p { color: rgb(206,46,221); }
H1.HeaderClassName
{
color: #CE2EDD;
}
.AnyTagClassName
{
color: #CE2EDD;
}
</style>
background-color css
<style>
a { background-color: #CE2EDD; }
a { background-color: rgb(206,46,221); }
div.DivClassName
{
background-color: #CE2EDD;
}
.BgClassName
{
background-color: #CE2EDD;
}
</style>
border-color css
<style>
span { border-color: #CE2EDD; }
span { border-color: rgb(206,46,221); }
td.TdClassName
{
border-color: #CE2EDD;
}
.TagClassName
{
border-color: #CE2EDD;
}
</style>