Shades of Medium Orchid #CE58DF
Tints of Medium Orchid #CE58DF
RGB
CMYK
RGB Variations
Color information
#CE58DF (or 0xCE58DF) is known color: Medium Orchid. HEX triplet: CE, 58 and DF. RGB value is (206,88,223). Sum of RGB (Red+Green+Blue) = 206+88+223=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58DF is #31A720. Grayscale: #8A8A8A. Windows color (decimal): -3254049 or 14637262. OLE color: 14637262.
HSL color Cylindrical-coordinate representation of color #CE58DF: hue angle of 292.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE58DF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 88 | 223 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.13 |
| HSL | 292.44º | 0.68% | 0.61% | - |
| HSV(B) | 292.44º | 0.61% | 0.87% | - |
| XYZ | 42.26 | 25.43 | 72.49 | - |
| YUV | 138.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 223 | 0.08 | 0.61 | 0 | 0.13 | 292.44 | 0.68 | 0.61 |
| Hex | CE | 58 | DF | 8 | 3D | 0 | D | 124 | 44 | 3D |
| Octal | 316 | 130 | 337 | 10 | 75 | 0 | 15 | 444 | 104 | 75 |
| Binary | 11001110 | 1011000 | 11011111 | 1000 | 111101 | 0 | 1101 | 100100100 | 1000100 | 111101 |
Color Harmonies of #CE58DF
Complementary color
Monochromatic Colors of #CE58DF
Black with #CE58DF
Text Example
Text Example
White with #CE58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58DF; }
p { color: rgb(206,88,223); }
H1.HeaderClassName
{
color: #CE58DF;
}
.AnyTagClassName
{
color: #CE58DF;
}
</style>
background-color css
<style>
a { background-color: #CE58DF; }
a { background-color: rgb(206,88,223); }
div.DivClassName
{
background-color: #CE58DF;
}
.BgClassName
{
background-color: #CE58DF;
}
</style>
border-color css
<style>
span { border-color: #CE58DF; }
span { border-color: rgb(206,88,223); }
td.TdClassName
{
border-color: #CE58DF;
}
.TagClassName
{
border-color: #CE58DF;
}
</style>