Shades of Medium Orchid #CE59EC
Tints of Medium Orchid #CE59EC
RGB
CMYK
RGB Variations
Color information
#CE59EC (or 0xCE59EC) is known color: Medium Orchid. HEX triplet: CE, 59 and EC. RGB value is (206,89,236). Sum of RGB (Red+Green+Blue) = 206+89+236=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59EC is #31A613. Grayscale: #8C8C8C. Windows color (decimal): -3253780 or 15489486. OLE color: 15489486.
HSL color Cylindrical-coordinate representation of color #CE59EC: hue angle of 287.76º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE59EC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 89 | 236 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.07 |
| HSL | 287.76º | 0.79% | 0.64% | - |
| HSV(B) | 287.76º | 0.62% | 0.93% | - |
| XYZ | 44.17 | 26.32 | 82.11 | - |
| YUV | 140.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 236 | 0.13 | 0.62 | 0 | 0.07 | 287.76 | 0.79 | 0.64 |
| Hex | CE | 59 | EC | D | 3E | 0 | 7 | 120 | 4F | 40 |
| Octal | 316 | 131 | 354 | 15 | 76 | 0 | 7 | 440 | 117 | 100 |
| Binary | 11001110 | 1011001 | 11101100 | 1101 | 111110 | 0 | 111 | 100100000 | 1001111 | 1000000 |
Color Harmonies of #CE59EC
Complementary color
Monochromatic Colors of #CE59EC
Black with #CE59EC
Text Example
Text Example
White with #CE59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59EC; }
p { color: rgb(206,89,236); }
H1.HeaderClassName
{
color: #CE59EC;
}
.AnyTagClassName
{
color: #CE59EC;
}
</style>
background-color css
<style>
a { background-color: #CE59EC; }
a { background-color: rgb(206,89,236); }
div.DivClassName
{
background-color: #CE59EC;
}
.BgClassName
{
background-color: #CE59EC;
}
</style>
border-color css
<style>
span { border-color: #CE59EC; }
span { border-color: rgb(206,89,236); }
td.TdClassName
{
border-color: #CE59EC;
}
.TagClassName
{
border-color: #CE59EC;
}
</style>