Shades of Medium Orchid #CE2DEB
Tints of Medium Orchid #CE2DEB
RGB
CMYK
RGB Variations
Color information
#CE2DEB (or 0xCE2DEB) is known color: Medium Orchid. HEX triplet: CE, 2D and EB. RGB value is (206,45,235). Sum of RGB (Red+Green+Blue) = 206+45+235=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2DEB is #31D214. Grayscale: #727272. Windows color (decimal): -3265045 or 15412686. OLE color: 15412686.
HSL color Cylindrical-coordinate representation of color #CE2DEB: hue angle of 290.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2DEB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 45 | 235 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.08 |
| HSL | 290.84º | 0.83% | 0.55% | - |
| HSV(B) | 290.84º | 0.81% | 0.92% | - |
| XYZ | 41.39 | 21 | 80.47 | - |
| YUV | 114.8 | 195.84 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 235 | 0.12 | 0.81 | 0 | 0.08 | 290.84 | 0.83 | 0.55 |
| Hex | CE | 2D | EB | C | 51 | 0 | 8 | 123 | 53 | 37 |
| Octal | 316 | 55 | 353 | 14 | 121 | 0 | 10 | 443 | 123 | 67 |
| Binary | 11001110 | 101101 | 11101011 | 1100 | 1010001 | 0 | 1000 | 100100011 | 1010011 | 110111 |
Color Harmonies of #CE2DEB
Complementary color
Monochromatic Colors of #CE2DEB
Black with #CE2DEB
Text Example
Text Example
White with #CE2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DEB; }
p { color: rgb(206,45,235); }
H1.HeaderClassName
{
color: #CE2DEB;
}
.AnyTagClassName
{
color: #CE2DEB;
}
</style>
background-color css
<style>
a { background-color: #CE2DEB; }
a { background-color: rgb(206,45,235); }
div.DivClassName
{
background-color: #CE2DEB;
}
.BgClassName
{
background-color: #CE2DEB;
}
</style>
border-color css
<style>
span { border-color: #CE2DEB; }
span { border-color: rgb(206,45,235); }
td.TdClassName
{
border-color: #CE2DEB;
}
.TagClassName
{
border-color: #CE2DEB;
}
</style>