Shades of Medium Orchid #CE59EE
Tints of Medium Orchid #CE59EE
RGB
CMYK
RGB Variations
Color information
#CE59EE (or 0xCE59EE) is known color: Medium Orchid. HEX triplet: CE, 59 and EE. RGB value is (206,89,238). Sum of RGB (Red+Green+Blue) = 206+89+238=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59EE is #31A611. Grayscale: #8C8C8C. Windows color (decimal): -3253778 or 15620558. OLE color: 15620558.
HSL color Cylindrical-coordinate representation of color #CE59EE: hue angle of 287.11º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE59EE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 89 | 238 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.07 |
| HSL | 287.11º | 0.81% | 0.64% | - |
| HSV(B) | 287.11º | 0.63% | 0.93% | - |
| XYZ | 44.46 | 26.44 | 83.65 | - |
| YUV | 140.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 238 | 0.13 | 0.63 | 0 | 0.07 | 287.11 | 0.81 | 0.64 |
| Hex | CE | 59 | EE | D | 3F | 0 | 7 | 11F | 51 | 40 |
| Octal | 316 | 131 | 356 | 15 | 77 | 0 | 7 | 437 | 121 | 100 |
| Binary | 11001110 | 1011001 | 11101110 | 1101 | 111111 | 0 | 111 | 100011111 | 1010001 | 1000000 |
Color Harmonies of #CE59EE
Complementary color
Monochromatic Colors of #CE59EE
Black with #CE59EE
Text Example
Text Example
White with #CE59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59EE; }
p { color: rgb(206,89,238); }
H1.HeaderClassName
{
color: #CE59EE;
}
.AnyTagClassName
{
color: #CE59EE;
}
</style>
background-color css
<style>
a { background-color: #CE59EE; }
a { background-color: rgb(206,89,238); }
div.DivClassName
{
background-color: #CE59EE;
}
.BgClassName
{
background-color: #CE59EE;
}
</style>
border-color css
<style>
span { border-color: #CE59EE; }
span { border-color: rgb(206,89,238); }
td.TdClassName
{
border-color: #CE59EE;
}
.TagClassName
{
border-color: #CE59EE;
}
</style>