Shades of Medium Orchid #CE5EEB
Tints of Medium Orchid #CE5EEB
RGB
CMYK
RGB Variations
Color information
#CE5EEB (or 0xCE5EEB) is known color: Medium Orchid. HEX triplet: CE, 5E and EB. RGB value is (206,94,235). Sum of RGB (Red+Green+Blue) = 206+94+235=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5EEB is #31A114. Grayscale: #8F8F8F. Windows color (decimal): -3252501 or 15425230. OLE color: 15425230.
HSL color Cylindrical-coordinate representation of color #CE5EEB: hue angle of 287.66º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5EEB is Cyan = 0.12, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 94 | 235 | - |
| CMYK | 0.12 | 0.6 | 0 | 0.08 |
| HSL | 287.66º | 0.78% | 0.65% | - |
| HSV(B) | 287.66º | 0.6% | 0.92% | - |
| XYZ | 44.45 | 27.13 | 81.49 | - |
| YUV | 143.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 235 | 0.12 | 0.6 | 0 | 0.08 | 287.66 | 0.78 | 0.65 |
| Hex | CE | 5E | EB | C | 3C | 0 | 8 | 120 | 4E | 41 |
| Octal | 316 | 136 | 353 | 14 | 74 | 0 | 10 | 440 | 116 | 101 |
| Binary | 11001110 | 1011110 | 11101011 | 1100 | 111100 | 0 | 1000 | 100100000 | 1001110 | 1000001 |
Color Harmonies of #CE5EEB
Complementary color
Monochromatic Colors of #CE5EEB
Black with #CE5EEB
Text Example
Text Example
White with #CE5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EEB; }
p { color: rgb(206,94,235); }
H1.HeaderClassName
{
color: #CE5EEB;
}
.AnyTagClassName
{
color: #CE5EEB;
}
</style>
background-color css
<style>
a { background-color: #CE5EEB; }
a { background-color: rgb(206,94,235); }
div.DivClassName
{
background-color: #CE5EEB;
}
.BgClassName
{
background-color: #CE5EEB;
}
</style>
border-color css
<style>
span { border-color: #CE5EEB; }
span { border-color: rgb(206,94,235); }
td.TdClassName
{
border-color: #CE5EEB;
}
.TagClassName
{
border-color: #CE5EEB;
}
</style>