Shades of Medium Orchid #CE58DE
Tints of Medium Orchid #CE58DE
RGB
CMYK
RGB Variations
Color information
#CE58DE (or 0xCE58DE) is known color: Medium Orchid. HEX triplet: CE, 58 and DE. RGB value is (206,88,222). Sum of RGB (Red+Green+Blue) = 206+88+222=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE58DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58DE is #31A721. Grayscale: #8A8A8A. Windows color (decimal): -3254050 or 14571726. OLE color: 14571726.
HSL color Cylindrical-coordinate representation of color #CE58DE: hue angle of 292.84º degrees, saturation: 0.67, 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 #CE58DE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 88 | 222 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.13 |
| HSL | 292.84º | 0.67% | 0.61% | - |
| HSV(B) | 292.84º | 0.6% | 0.87% | - |
| XYZ | 42.13 | 25.38 | 71.78 | - |
| YUV | 138.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 222 | 0.07 | 0.60 | 0 | 0.13 | 292.84 | 0.67 | 0.61 |
| Hex | CE | 58 | DE | 7 | 3C | 0 | D | 125 | 43 | 3D |
| Octal | 316 | 130 | 336 | 7 | 74 | 0 | 15 | 445 | 103 | 75 |
| Binary | 11001110 | 1011000 | 11011110 | 111 | 111100 | 0 | 1101 | 100100101 | 1000011 | 111101 |
Color Harmonies of #CE58DE
Complementary color
Monochromatic Colors of #CE58DE
Black with #CE58DE
Text Example
Text Example
White with #CE58DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58DE; }
p { color: rgb(206,88,222); }
H1.HeaderClassName
{
color: #CE58DE;
}
.AnyTagClassName
{
color: #CE58DE;
}
</style>
background-color css
<style>
a { background-color: #CE58DE; }
a { background-color: rgb(206,88,222); }
div.DivClassName
{
background-color: #CE58DE;
}
.BgClassName
{
background-color: #CE58DE;
}
</style>
border-color css
<style>
span { border-color: #CE58DE; }
span { border-color: rgb(206,88,222); }
td.TdClassName
{
border-color: #CE58DE;
}
.TagClassName
{
border-color: #CE58DE;
}
</style>