Shades of Medium Orchid #CE5EE0
Tints of Medium Orchid #CE5EE0
RGB
CMYK
RGB Variations
Color information
#CE5EE0 (or 0xCE5EE0) is known color: Medium Orchid. HEX triplet: CE, 5E and E0. RGB value is (206,94,224). Sum of RGB (Red+Green+Blue) = 206+94+224=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EE0 is #31A11F. Grayscale: #8D8D8D. Windows color (decimal): -3252512 or 14704334. OLE color: 14704334.
HSL color Cylindrical-coordinate representation of color #CE5EE0: hue angle of 291.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5EE0 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 94 | 224 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.12 |
| HSL | 291.69º | 0.68% | 0.62% | - |
| HSV(B) | 291.69º | 0.58% | 0.88% | - |
| XYZ | 42.91 | 26.51 | 73.38 | - |
| YUV | 142.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 224 | 0.08 | 0.58 | 0 | 0.12 | 291.69 | 0.68 | 0.62 |
| Hex | CE | 5E | E0 | 8 | 3A | 0 | C | 124 | 44 | 3E |
| Octal | 316 | 136 | 340 | 10 | 72 | 0 | 14 | 444 | 104 | 76 |
| Binary | 11001110 | 1011110 | 11100000 | 1000 | 111010 | 0 | 1100 | 100100100 | 1000100 | 111110 |
Color Harmonies of #CE5EE0
Complementary color
Monochromatic Colors of #CE5EE0
Black with #CE5EE0
Text Example
Text Example
White with #CE5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EE0; }
p { color: rgb(206,94,224); }
H1.HeaderClassName
{
color: #CE5EE0;
}
.AnyTagClassName
{
color: #CE5EE0;
}
</style>
background-color css
<style>
a { background-color: #CE5EE0; }
a { background-color: rgb(206,94,224); }
div.DivClassName
{
background-color: #CE5EE0;
}
.BgClassName
{
background-color: #CE5EE0;
}
</style>
border-color css
<style>
span { border-color: #CE5EE0; }
span { border-color: rgb(206,94,224); }
td.TdClassName
{
border-color: #CE5EE0;
}
.TagClassName
{
border-color: #CE5EE0;
}
</style>