Shades of Medium Orchid #CE59E8
Tints of Medium Orchid #CE59E8
RGB
CMYK
RGB Variations
Color information
#CE59E8 (or 0xCE59E8) is known color: Medium Orchid. HEX triplet: CE, 59 and E8. RGB value is (206,89,232). Sum of RGB (Red+Green+Blue) = 206+89+232=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE59E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59E8 is #31A617. Grayscale: #8B8B8B. Windows color (decimal): -3253784 or 15227342. OLE color: 15227342.
HSL color Cylindrical-coordinate representation of color #CE59E8: hue angle of 289.09º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE59E8 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 89 | 232 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.09 |
| HSL | 289.09º | 0.76% | 0.63% | - |
| HSV(B) | 289.09º | 0.62% | 0.91% | - |
| XYZ | 43.59 | 26.09 | 79.08 | - |
| YUV | 140.29 | 179.76 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 232 | 0.11 | 0.62 | 0 | 0.09 | 289.09 | 0.76 | 0.63 |
| Hex | CE | 59 | E8 | B | 3E | 0 | 9 | 121 | 4C | 3F |
| Octal | 316 | 131 | 350 | 13 | 76 | 0 | 11 | 441 | 114 | 77 |
| Binary | 11001110 | 1011001 | 11101000 | 1011 | 111110 | 0 | 1001 | 100100001 | 1001100 | 111111 |
Color Harmonies of #CE59E8
Complementary color
Monochromatic Colors of #CE59E8
Black with #CE59E8
Text Example
Text Example
White with #CE59E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59E8; }
p { color: rgb(206,89,232); }
H1.HeaderClassName
{
color: #CE59E8;
}
.AnyTagClassName
{
color: #CE59E8;
}
</style>
background-color css
<style>
a { background-color: #CE59E8; }
a { background-color: rgb(206,89,232); }
div.DivClassName
{
background-color: #CE59E8;
}
.BgClassName
{
background-color: #CE59E8;
}
</style>
border-color css
<style>
span { border-color: #CE59E8; }
span { border-color: rgb(206,89,232); }
td.TdClassName
{
border-color: #CE59E8;
}
.TagClassName
{
border-color: #CE59E8;
}
</style>