Shades of Medium Orchid #CE59DD
Tints of Medium Orchid #CE59DD
RGB
CMYK
RGB Variations
Color information
#CE59DD (or 0xCE59DD) is known color: Medium Orchid. HEX triplet: CE, 59 and DD. RGB value is (206,89,221). Sum of RGB (Red+Green+Blue) = 206+89+221=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59DD is #31A622. Grayscale: #8A8A8A. Windows color (decimal): -3253795 or 14506446. OLE color: 14506446.
HSL color Cylindrical-coordinate representation of color #CE59DD: hue angle of 293.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE59DD is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 89 | 221 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.13 |
| HSL | 293.18º | 0.66% | 0.61% | - |
| HSV(B) | 293.18º | 0.6% | 0.87% | - |
| XYZ | 42.08 | 25.49 | 71.11 | - |
| YUV | 139.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 221 | 0.07 | 0.60 | 0 | 0.13 | 293.18 | 0.66 | 0.61 |
| Hex | CE | 59 | DD | 7 | 3C | 0 | D | 125 | 42 | 3D |
| Octal | 316 | 131 | 335 | 7 | 74 | 0 | 15 | 445 | 102 | 75 |
| Binary | 11001110 | 1011001 | 11011101 | 111 | 111100 | 0 | 1101 | 100100101 | 1000010 | 111101 |
Color Harmonies of #CE59DD
Complementary color
Monochromatic Colors of #CE59DD
Black with #CE59DD
Text Example
Text Example
White with #CE59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59DD; }
p { color: rgb(206,89,221); }
H1.HeaderClassName
{
color: #CE59DD;
}
.AnyTagClassName
{
color: #CE59DD;
}
</style>
background-color css
<style>
a { background-color: #CE59DD; }
a { background-color: rgb(206,89,221); }
div.DivClassName
{
background-color: #CE59DD;
}
.BgClassName
{
background-color: #CE59DD;
}
</style>
border-color css
<style>
span { border-color: #CE59DD; }
span { border-color: rgb(206,89,221); }
td.TdClassName
{
border-color: #CE59DD;
}
.TagClassName
{
border-color: #CE59DD;
}
</style>