Shades of Medium Orchid #CE5BEB
Tints of Medium Orchid #CE5BEB
RGB
CMYK
RGB Variations
Color information
#CE5BEB (or 0xCE5BEB) is known color: Medium Orchid. HEX triplet: CE, 5B and EB. RGB value is (206,91,235). Sum of RGB (Red+Green+Blue) = 206+91+235=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BEB is #31A414. Grayscale: #8D8D8D. Windows color (decimal): -3253269 or 15424462. OLE color: 15424462.
HSL color Cylindrical-coordinate representation of color #CE5BEB: hue angle of 287.92º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5BEB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 91 | 235 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.08 |
| HSL | 287.92º | 0.78% | 0.64% | - |
| HSV(B) | 287.92º | 0.61% | 0.92% | - |
| XYZ | 44.19 | 26.6 | 81.4 | - |
| YUV | 141.8 | 180.6 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 235 | 0.12 | 0.61 | 0 | 0.08 | 287.92 | 0.78 | 0.64 |
| Hex | CE | 5B | EB | C | 3D | 0 | 8 | 120 | 4E | 40 |
| Octal | 316 | 133 | 353 | 14 | 75 | 0 | 10 | 440 | 116 | 100 |
| Binary | 11001110 | 1011011 | 11101011 | 1100 | 111101 | 0 | 1000 | 100100000 | 1001110 | 1000000 |
Color Harmonies of #CE5BEB
Complementary color
Monochromatic Colors of #CE5BEB
Black with #CE5BEB
Text Example
Text Example
White with #CE5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BEB; }
p { color: rgb(206,91,235); }
H1.HeaderClassName
{
color: #CE5BEB;
}
.AnyTagClassName
{
color: #CE5BEB;
}
</style>
background-color css
<style>
a { background-color: #CE5BEB; }
a { background-color: rgb(206,91,235); }
div.DivClassName
{
background-color: #CE5BEB;
}
.BgClassName
{
background-color: #CE5BEB;
}
</style>
border-color css
<style>
span { border-color: #CE5BEB; }
span { border-color: rgb(206,91,235); }
td.TdClassName
{
border-color: #CE5BEB;
}
.TagClassName
{
border-color: #CE5BEB;
}
</style>