Shades of Medium Orchid #CE59D8
Tints of Medium Orchid #CE59D8
RGB
CMYK
RGB Variations
Color information
#CE59D8 (or 0xCE59D8) is known color: Medium Orchid. HEX triplet: CE, 59 and D8. RGB value is (206,89,216). Sum of RGB (Red+Green+Blue) = 206+89+216=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE59D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59D8 is #31A627. Grayscale: #8A8A8A. Windows color (decimal): -3253800 or 14178766. OLE color: 14178766.
HSL color Cylindrical-coordinate representation of color #CE59D8: hue angle of 295.28º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE59D8 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 89 | 216 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.15 |
| HSL | 295.28º | 0.62% | 0.6% | - |
| HSV(B) | 295.28º | 0.59% | 0.85% | - |
| XYZ | 41.42 | 25.22 | 67.65 | - |
| YUV | 138.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 216 | 0.05 | 0.59 | 0 | 0.15 | 295.28 | 0.62 | 0.6 |
| Hex | CE | 59 | D8 | 5 | 3B | 0 | F | 127 | 3E | 3C |
| Octal | 316 | 131 | 330 | 5 | 73 | 0 | 17 | 447 | 76 | 74 |
| Binary | 11001110 | 1011001 | 11011000 | 101 | 111011 | 0 | 1111 | 100100111 | 111110 | 111100 |
Color Harmonies of #CE59D8
Complementary color
Monochromatic Colors of #CE59D8
Black with #CE59D8
Text Example
Text Example
White with #CE59D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59D8; }
p { color: rgb(206,89,216); }
H1.HeaderClassName
{
color: #CE59D8;
}
.AnyTagClassName
{
color: #CE59D8;
}
</style>
background-color css
<style>
a { background-color: #CE59D8; }
a { background-color: rgb(206,89,216); }
div.DivClassName
{
background-color: #CE59D8;
}
.BgClassName
{
background-color: #CE59D8;
}
</style>
border-color css
<style>
span { border-color: #CE59D8; }
span { border-color: rgb(206,89,216); }
td.TdClassName
{
border-color: #CE59D8;
}
.TagClassName
{
border-color: #CE59D8;
}
</style>