Shades of Medium Orchid #CE5EE1
Tints of Medium Orchid #CE5EE1
RGB
CMYK
RGB Variations
Color information
#CE5EE1 (or 0xCE5EE1) is known color: Medium Orchid. HEX triplet: CE, 5E and E1. RGB value is (206,94,225). Sum of RGB (Red+Green+Blue) = 206+94+225=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE5EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EE1 is #31A11E. Grayscale: #8E8E8E. Windows color (decimal): -3252511 or 14769870. OLE color: 14769870.
HSL color Cylindrical-coordinate representation of color #CE5EE1: hue angle of 291.3º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5EE1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 94 | 225 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.12 |
| HSL | 291.3º | 0.69% | 0.63% | - |
| HSV(B) | 291.3º | 0.58% | 0.88% | - |
| XYZ | 43.05 | 26.56 | 74.09 | - |
| YUV | 142.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 225 | 0.08 | 0.58 | 0 | 0.12 | 291.3 | 0.69 | 0.63 |
| Hex | CE | 5E | E1 | 8 | 3A | 0 | C | 123 | 45 | 3F |
| Octal | 316 | 136 | 341 | 10 | 72 | 0 | 14 | 443 | 105 | 77 |
| Binary | 11001110 | 1011110 | 11100001 | 1000 | 111010 | 0 | 1100 | 100100011 | 1000101 | 111111 |
Color Harmonies of #CE5EE1
Complementary color
Monochromatic Colors of #CE5EE1
Black with #CE5EE1
Text Example
Text Example
White with #CE5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EE1; }
p { color: rgb(206,94,225); }
H1.HeaderClassName
{
color: #CE5EE1;
}
.AnyTagClassName
{
color: #CE5EE1;
}
</style>
background-color css
<style>
a { background-color: #CE5EE1; }
a { background-color: rgb(206,94,225); }
div.DivClassName
{
background-color: #CE5EE1;
}
.BgClassName
{
background-color: #CE5EE1;
}
</style>
border-color css
<style>
span { border-color: #CE5EE1; }
span { border-color: rgb(206,94,225); }
td.TdClassName
{
border-color: #CE5EE1;
}
.TagClassName
{
border-color: #CE5EE1;
}
</style>