Shades of Medium Orchid #CE2EDF
Tints of Medium Orchid #CE2EDF
RGB
CMYK
RGB Variations
Color information
#CE2EDF (or 0xCE2EDF) is known color: Medium Orchid. HEX triplet: CE, 2E and DF. RGB value is (206,46,223). Sum of RGB (Red+Green+Blue) = 206+46+223=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE2EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EDF is #31D120. Grayscale: #717171. Windows color (decimal): -3264801 or 14626510. OLE color: 14626510.
HSL color Cylindrical-coordinate representation of color #CE2EDF: hue angle of 294.24º 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 #CE2EDF is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 46 | 223 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.13 |
| HSL | 294.24º | 0.73% | 0.53% | - |
| HSV(B) | 294.24º | 0.79% | 0.87% | - |
| XYZ | 39.75 | 20.4 | 71.66 | - |
| YUV | 114.02 | 189.51 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 223 | 0.08 | 0.79 | 0 | 0.13 | 294.24 | 0.73 | 0.53 |
| Hex | CE | 2E | DF | 8 | 4F | 0 | D | 126 | 49 | 35 |
| Octal | 316 | 56 | 337 | 10 | 117 | 0 | 15 | 446 | 111 | 65 |
| Binary | 11001110 | 101110 | 11011111 | 1000 | 1001111 | 0 | 1101 | 100100110 | 1001001 | 110101 |
Color Harmonies of #CE2EDF
Complementary color
Monochromatic Colors of #CE2EDF
Black with #CE2EDF
Text Example
Text Example
White with #CE2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EDF; }
p { color: rgb(206,46,223); }
H1.HeaderClassName
{
color: #CE2EDF;
}
.AnyTagClassName
{
color: #CE2EDF;
}
</style>
background-color css
<style>
a { background-color: #CE2EDF; }
a { background-color: rgb(206,46,223); }
div.DivClassName
{
background-color: #CE2EDF;
}
.BgClassName
{
background-color: #CE2EDF;
}
</style>
border-color css
<style>
span { border-color: #CE2EDF; }
span { border-color: rgb(206,46,223); }
td.TdClassName
{
border-color: #CE2EDF;
}
.TagClassName
{
border-color: #CE2EDF;
}
</style>