Shades of Medium Orchid #CE5BE0
Tints of Medium Orchid #CE5BE0
RGB
CMYK
RGB Variations
Color information
#CE5BE0 (or 0xCE5BE0) is known color: Medium Orchid. HEX triplet: CE, 5B and E0. RGB value is (206,91,224). Sum of RGB (Red+Green+Blue) = 206+91+224=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BE0 is #31A41F. Grayscale: #8C8C8C. Windows color (decimal): -3253280 or 14703566. OLE color: 14703566.
HSL color Cylindrical-coordinate representation of color #CE5BE0: hue angle of 291.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5BE0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 91 | 224 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.12 |
| HSL | 291.88º | 0.68% | 0.62% | - |
| HSV(B) | 291.88º | 0.59% | 0.88% | - |
| XYZ | 42.65 | 25.99 | 73.29 | - |
| YUV | 140.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 224 | 0.08 | 0.59 | 0 | 0.12 | 291.88 | 0.68 | 0.62 |
| Hex | CE | 5B | E0 | 8 | 3B | 0 | C | 124 | 44 | 3E |
| Octal | 316 | 133 | 340 | 10 | 73 | 0 | 14 | 444 | 104 | 76 |
| Binary | 11001110 | 1011011 | 11100000 | 1000 | 111011 | 0 | 1100 | 100100100 | 1000100 | 111110 |
Color Harmonies of #CE5BE0
Complementary color
Monochromatic Colors of #CE5BE0
Black with #CE5BE0
Text Example
Text Example
White with #CE5BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BE0; }
p { color: rgb(206,91,224); }
H1.HeaderClassName
{
color: #CE5BE0;
}
.AnyTagClassName
{
color: #CE5BE0;
}
</style>
background-color css
<style>
a { background-color: #CE5BE0; }
a { background-color: rgb(206,91,224); }
div.DivClassName
{
background-color: #CE5BE0;
}
.BgClassName
{
background-color: #CE5BE0;
}
</style>
border-color css
<style>
span { border-color: #CE5BE0; }
span { border-color: rgb(206,91,224); }
td.TdClassName
{
border-color: #CE5BE0;
}
.TagClassName
{
border-color: #CE5BE0;
}
</style>