Shades of Medium Orchid #CE2DE0
Tints of Medium Orchid #CE2DE0
RGB
CMYK
RGB Variations
Color information
#CE2DE0 (or 0xCE2DE0) is known color: Medium Orchid. HEX triplet: CE, 2D and E0. RGB value is (206,45,224). Sum of RGB (Red+Green+Blue) = 206+45+224=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE2DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DE0 is #31D21F. Grayscale: #707070. Windows color (decimal): -3265056 or 14691790. OLE color: 14691790.
HSL color Cylindrical-coordinate representation of color #CE2DE0: hue angle of 293.97º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2DE0 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 45 | 224 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.12 |
| HSL | 293.97º | 0.74% | 0.53% | - |
| HSV(B) | 293.97º | 0.8% | 0.88% | - |
| XYZ | 39.85 | 20.38 | 72.35 | - |
| YUV | 113.55 | 190.34 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 224 | 0.08 | 0.80 | 0 | 0.12 | 293.97 | 0.74 | 0.53 |
| Hex | CE | 2D | E0 | 8 | 50 | 0 | C | 126 | 4A | 35 |
| Octal | 316 | 55 | 340 | 10 | 120 | 0 | 14 | 446 | 112 | 65 |
| Binary | 11001110 | 101101 | 11100000 | 1000 | 1010000 | 0 | 1100 | 100100110 | 1001010 | 110101 |
Color Harmonies of #CE2DE0
Complementary color
Monochromatic Colors of #CE2DE0
Black with #CE2DE0
Text Example
Text Example
White with #CE2DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DE0; }
p { color: rgb(206,45,224); }
H1.HeaderClassName
{
color: #CE2DE0;
}
.AnyTagClassName
{
color: #CE2DE0;
}
</style>
background-color css
<style>
a { background-color: #CE2DE0; }
a { background-color: rgb(206,45,224); }
div.DivClassName
{
background-color: #CE2DE0;
}
.BgClassName
{
background-color: #CE2DE0;
}
</style>
border-color css
<style>
span { border-color: #CE2DE0; }
span { border-color: rgb(206,45,224); }
td.TdClassName
{
border-color: #CE2DE0;
}
.TagClassName
{
border-color: #CE2DE0;
}
</style>