Shades of Medium Orchid #CE5EDF
Tints of Medium Orchid #CE5EDF
RGB
CMYK
RGB Variations
Color information
#CE5EDF (or 0xCE5EDF) is known color: Medium Orchid. HEX triplet: CE, 5E and DF. RGB value is (206,94,223). Sum of RGB (Red+Green+Blue) = 206+94+223=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EDF is #31A120. Grayscale: #8D8D8D. Windows color (decimal): -3252513 or 14638798. OLE color: 14638798.
HSL color Cylindrical-coordinate representation of color #CE5EDF: hue angle of 292.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5EDF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 94 | 223 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.13 |
| HSL | 292.09º | 0.67% | 0.62% | - |
| HSV(B) | 292.09º | 0.58% | 0.87% | - |
| XYZ | 42.78 | 26.45 | 72.66 | - |
| YUV | 142.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 223 | 0.08 | 0.58 | 0 | 0.13 | 292.09 | 0.67 | 0.62 |
| Hex | CE | 5E | DF | 8 | 3A | 0 | D | 124 | 43 | 3E |
| Octal | 316 | 136 | 337 | 10 | 72 | 0 | 15 | 444 | 103 | 76 |
| Binary | 11001110 | 1011110 | 11011111 | 1000 | 111010 | 0 | 1101 | 100100100 | 1000011 | 111110 |
Color Harmonies of #CE5EDF
Complementary color
Monochromatic Colors of #CE5EDF
Black with #CE5EDF
Text Example
Text Example
White with #CE5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EDF; }
p { color: rgb(206,94,223); }
H1.HeaderClassName
{
color: #CE5EDF;
}
.AnyTagClassName
{
color: #CE5EDF;
}
</style>
background-color css
<style>
a { background-color: #CE5EDF; }
a { background-color: rgb(206,94,223); }
div.DivClassName
{
background-color: #CE5EDF;
}
.BgClassName
{
background-color: #CE5EDF;
}
</style>
border-color css
<style>
span { border-color: #CE5EDF; }
span { border-color: rgb(206,94,223); }
td.TdClassName
{
border-color: #CE5EDF;
}
.TagClassName
{
border-color: #CE5EDF;
}
</style>