Shades of Medium Orchid #CE59E6
Tints of Medium Orchid #CE59E6
RGB
CMYK
RGB Variations
Color information
#CE59E6 (or 0xCE59E6) is known color: Medium Orchid. HEX triplet: CE, 59 and E6. RGB value is (206,89,230). Sum of RGB (Red+Green+Blue) = 206+89+230=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE59E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59E6 is #31A619. Grayscale: #8B8B8B. Windows color (decimal): -3253786 or 15096270. OLE color: 15096270.
HSL color Cylindrical-coordinate representation of color #CE59E6: hue angle of 289.79º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE59E6 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 89 | 230 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.10 |
| HSL | 289.79º | 0.74% | 0.63% | - |
| HSV(B) | 289.79º | 0.61% | 0.9% | - |
| XYZ | 43.31 | 25.98 | 77.59 | - |
| YUV | 140.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 230 | 0.10 | 0.61 | 0 | 0.10 | 289.79 | 0.74 | 0.63 |
| Hex | CE | 59 | E6 | A | 3D | 0 | A | 122 | 4A | 3F |
| Octal | 316 | 131 | 346 | 12 | 75 | 0 | 12 | 442 | 112 | 77 |
| Binary | 11001110 | 1011001 | 11100110 | 1010 | 111101 | 0 | 1010 | 100100010 | 1001010 | 111111 |
Color Harmonies of #CE59E6
Complementary color
Monochromatic Colors of #CE59E6
Black with #CE59E6
Text Example
Text Example
White with #CE59E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59E6; }
p { color: rgb(206,89,230); }
H1.HeaderClassName
{
color: #CE59E6;
}
.AnyTagClassName
{
color: #CE59E6;
}
</style>
background-color css
<style>
a { background-color: #CE59E6; }
a { background-color: rgb(206,89,230); }
div.DivClassName
{
background-color: #CE59E6;
}
.BgClassName
{
background-color: #CE59E6;
}
</style>
border-color css
<style>
span { border-color: #CE59E6; }
span { border-color: rgb(206,89,230); }
td.TdClassName
{
border-color: #CE59E6;
}
.TagClassName
{
border-color: #CE59E6;
}
</style>