Shades of Medium Orchid #CE59D7
Tints of Medium Orchid #CE59D7
RGB
CMYK
RGB Variations
Color information
#CE59D7 (or 0xCE59D7) is known color: Medium Orchid. HEX triplet: CE, 59 and D7. RGB value is (206,89,215). Sum of RGB (Red+Green+Blue) = 206+89+215=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE59D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59D7 is #31A628. Grayscale: #898989. Windows color (decimal): -3253801 or 14113230. OLE color: 14113230.
HSL color Cylindrical-coordinate representation of color #CE59D7: hue angle of 295.71º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE59D7 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 89 | 215 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.16 |
| HSL | 295.71º | 0.61% | 0.6% | - |
| HSV(B) | 295.71º | 0.59% | 0.84% | - |
| XYZ | 41.29 | 25.17 | 66.97 | - |
| YUV | 138.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 215 | 0.04 | 0.59 | 0 | 0.16 | 295.71 | 0.61 | 0.6 |
| Hex | CE | 59 | D7 | 4 | 3B | 0 | 10 | 128 | 3D | 3C |
| Octal | 316 | 131 | 327 | 4 | 73 | 0 | 20 | 450 | 75 | 74 |
| Binary | 11001110 | 1011001 | 11010111 | 100 | 111011 | 0 | 10000 | 100101000 | 111101 | 111100 |
Color Harmonies of #CE59D7
Complementary color
Monochromatic Colors of #CE59D7
Black with #CE59D7
Text Example
Text Example
White with #CE59D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59D7; }
p { color: rgb(206,89,215); }
H1.HeaderClassName
{
color: #CE59D7;
}
.AnyTagClassName
{
color: #CE59D7;
}
</style>
background-color css
<style>
a { background-color: #CE59D7; }
a { background-color: rgb(206,89,215); }
div.DivClassName
{
background-color: #CE59D7;
}
.BgClassName
{
background-color: #CE59D7;
}
</style>
border-color css
<style>
span { border-color: #CE59D7; }
span { border-color: rgb(206,89,215); }
td.TdClassName
{
border-color: #CE59D7;
}
.TagClassName
{
border-color: #CE59D7;
}
</style>