Shades of Medium Orchid #CE2EDB
Tints of Medium Orchid #CE2EDB
RGB
CMYK
RGB Variations
Color information
#CE2EDB (or 0xCE2EDB) is known color: Medium Orchid. HEX triplet: CE, 2E and DB. RGB value is (206,46,219). Sum of RGB (Red+Green+Blue) = 206+46+219=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE2EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EDB is #31D124. Grayscale: #717171. Windows color (decimal): -3264805 or 14364366. OLE color: 14364366.
HSL color Cylindrical-coordinate representation of color #CE2EDB: hue angle of 295.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2EDB is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 46 | 219 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.14 |
| HSL | 295.49º | 0.71% | 0.52% | - |
| HSV(B) | 295.49º | 0.79% | 0.86% | - |
| XYZ | 39.22 | 20.19 | 68.85 | - |
| YUV | 113.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 219 | 0.06 | 0.79 | 0 | 0.14 | 295.49 | 0.71 | 0.52 |
| Hex | CE | 2E | DB | 6 | 4F | 0 | E | 127 | 47 | 34 |
| Octal | 316 | 56 | 333 | 6 | 117 | 0 | 16 | 447 | 107 | 64 |
| Binary | 11001110 | 101110 | 11011011 | 110 | 1001111 | 0 | 1110 | 100100111 | 1000111 | 110100 |
Color Harmonies of #CE2EDB
Complementary color
Monochromatic Colors of #CE2EDB
Black with #CE2EDB
Text Example
Text Example
White with #CE2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EDB; }
p { color: rgb(206,46,219); }
H1.HeaderClassName
{
color: #CE2EDB;
}
.AnyTagClassName
{
color: #CE2EDB;
}
</style>
background-color css
<style>
a { background-color: #CE2EDB; }
a { background-color: rgb(206,46,219); }
div.DivClassName
{
background-color: #CE2EDB;
}
.BgClassName
{
background-color: #CE2EDB;
}
</style>
border-color css
<style>
span { border-color: #CE2EDB; }
span { border-color: rgb(206,46,219); }
td.TdClassName
{
border-color: #CE2EDB;
}
.TagClassName
{
border-color: #CE2EDB;
}
</style>