Shades of Medium Orchid #CE5BE9
Tints of Medium Orchid #CE5BE9
RGB
CMYK
RGB Variations
Color information
#CE5BE9 (or 0xCE5BE9) is known color: Medium Orchid. HEX triplet: CE, 5B and E9. RGB value is (206,91,233). Sum of RGB (Red+Green+Blue) = 206+91+233=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE5BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BE9 is #31A416. Grayscale: #8D8D8D. Windows color (decimal): -3253271 or 15293390. OLE color: 15293390.
HSL color Cylindrical-coordinate representation of color #CE5BE9: hue angle of 288.59º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5BE9 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 91 | 233 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.09 |
| HSL | 288.59º | 0.76% | 0.64% | - |
| HSV(B) | 288.59º | 0.61% | 0.91% | - |
| XYZ | 43.9 | 26.49 | 79.89 | - |
| YUV | 141.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 233 | 0.12 | 0.61 | 0 | 0.09 | 288.59 | 0.76 | 0.64 |
| Hex | CE | 5B | E9 | C | 3D | 0 | 9 | 121 | 4C | 40 |
| Octal | 316 | 133 | 351 | 14 | 75 | 0 | 11 | 441 | 114 | 100 |
| Binary | 11001110 | 1011011 | 11101001 | 1100 | 111101 | 0 | 1001 | 100100001 | 1001100 | 1000000 |
Color Harmonies of #CE5BE9
Complementary color
Monochromatic Colors of #CE5BE9
Black with #CE5BE9
Text Example
Text Example
White with #CE5BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BE9; }
p { color: rgb(206,91,233); }
H1.HeaderClassName
{
color: #CE5BE9;
}
.AnyTagClassName
{
color: #CE5BE9;
}
</style>
background-color css
<style>
a { background-color: #CE5BE9; }
a { background-color: rgb(206,91,233); }
div.DivClassName
{
background-color: #CE5BE9;
}
.BgClassName
{
background-color: #CE5BE9;
}
</style>
border-color css
<style>
span { border-color: #CE5BE9; }
span { border-color: rgb(206,91,233); }
td.TdClassName
{
border-color: #CE5BE9;
}
.TagClassName
{
border-color: #CE5BE9;
}
</style>