Shades of Medium Orchid #CE5EDD
Tints of Medium Orchid #CE5EDD
RGB
CMYK
RGB Variations
Color information
#CE5EDD (or 0xCE5EDD) is known color: Medium Orchid. HEX triplet: CE, 5E and DD. RGB value is (206,94,221). Sum of RGB (Red+Green+Blue) = 206+94+221=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EDD is #31A122. Grayscale: #8D8D8D. Windows color (decimal): -3252515 or 14507726. OLE color: 14507726.
HSL color Cylindrical-coordinate representation of color #CE5EDD: hue angle of 292.91º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5EDD is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 94 | 221 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.13 |
| HSL | 292.91º | 0.65% | 0.62% | - |
| HSV(B) | 292.91º | 0.57% | 0.87% | - |
| XYZ | 42.51 | 26.35 | 71.25 | - |
| YUV | 141.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 221 | 0.07 | 0.57 | 0 | 0.13 | 292.91 | 0.65 | 0.62 |
| Hex | CE | 5E | DD | 7 | 39 | 0 | D | 125 | 41 | 3E |
| Octal | 316 | 136 | 335 | 7 | 71 | 0 | 15 | 445 | 101 | 76 |
| Binary | 11001110 | 1011110 | 11011101 | 111 | 111001 | 0 | 1101 | 100100101 | 1000001 | 111110 |
Color Harmonies of #CE5EDD
Complementary color
Monochromatic Colors of #CE5EDD
Black with #CE5EDD
Text Example
Text Example
White with #CE5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EDD; }
p { color: rgb(206,94,221); }
H1.HeaderClassName
{
color: #CE5EDD;
}
.AnyTagClassName
{
color: #CE5EDD;
}
</style>
background-color css
<style>
a { background-color: #CE5EDD; }
a { background-color: rgb(206,94,221); }
div.DivClassName
{
background-color: #CE5EDD;
}
.BgClassName
{
background-color: #CE5EDD;
}
</style>
border-color css
<style>
span { border-color: #CE5EDD; }
span { border-color: rgb(206,94,221); }
td.TdClassName
{
border-color: #CE5EDD;
}
.TagClassName
{
border-color: #CE5EDD;
}
</style>