Shades of Medium Orchid #CE58D7
Tints of Medium Orchid #CE58D7
RGB
CMYK
RGB Variations
Color information
#CE58D7 (or 0xCE58D7) is known color: Medium Orchid. HEX triplet: CE, 58 and D7. RGB value is (206,88,215). Sum of RGB (Red+Green+Blue) = 206+88+215=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE58D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58D7 is #31A728. Grayscale: #898989. Windows color (decimal): -3254057 or 14112974. OLE color: 14112974.
HSL color Cylindrical-coordinate representation of color #CE58D7: hue angle of 295.75º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE58D7 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 88 | 215 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.16 |
| HSL | 295.75º | 0.61% | 0.59% | - |
| HSV(B) | 295.75º | 0.59% | 0.84% | - |
| XYZ | 41.21 | 25.01 | 66.94 | - |
| YUV | 137.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 215 | 0.04 | 0.59 | 0 | 0.16 | 295.75 | 0.61 | 0.59 |
| Hex | CE | 58 | D7 | 4 | 3B | 0 | 10 | 128 | 3D | 3B |
| Octal | 316 | 130 | 327 | 4 | 73 | 0 | 20 | 450 | 75 | 73 |
| Binary | 11001110 | 1011000 | 11010111 | 100 | 111011 | 0 | 10000 | 100101000 | 111101 | 111011 |
Color Harmonies of #CE58D7
Complementary color
Monochromatic Colors of #CE58D7
Black with #CE58D7
Text Example
Text Example
White with #CE58D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58D7; }
p { color: rgb(206,88,215); }
H1.HeaderClassName
{
color: #CE58D7;
}
.AnyTagClassName
{
color: #CE58D7;
}
</style>
background-color css
<style>
a { background-color: #CE58D7; }
a { background-color: rgb(206,88,215); }
div.DivClassName
{
background-color: #CE58D7;
}
.BgClassName
{
background-color: #CE58D7;
}
</style>
border-color css
<style>
span { border-color: #CE58D7; }
span { border-color: rgb(206,88,215); }
td.TdClassName
{
border-color: #CE58D7;
}
.TagClassName
{
border-color: #CE58D7;
}
</style>