Shades of Medium Orchid #CE5BEA
Tints of Medium Orchid #CE5BEA
RGB
CMYK
RGB Variations
Color information
#CE5BEA (or 0xCE5BEA) is known color: Medium Orchid. HEX triplet: CE, 5B and EA. RGB value is (206,91,234). Sum of RGB (Red+Green+Blue) = 206+91+234=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE5BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BEA is #31A415. Grayscale: #8D8D8D. Windows color (decimal): -3253270 or 15358926. OLE color: 15358926.
HSL color Cylindrical-coordinate representation of color #CE5BEA: hue angle of 288.25º degrees, saturation: 0.77, 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 #CE5BEA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 91 | 234 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.08 |
| HSL | 288.25º | 0.77% | 0.64% | - |
| HSV(B) | 288.25º | 0.61% | 0.92% | - |
| XYZ | 44.05 | 26.54 | 80.64 | - |
| YUV | 141.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 234 | 0.12 | 0.61 | 0 | 0.08 | 288.25 | 0.77 | 0.64 |
| Hex | CE | 5B | EA | C | 3D | 0 | 8 | 120 | 4D | 40 |
| Octal | 316 | 133 | 352 | 14 | 75 | 0 | 10 | 440 | 115 | 100 |
| Binary | 11001110 | 1011011 | 11101010 | 1100 | 111101 | 0 | 1000 | 100100000 | 1001101 | 1000000 |
Color Harmonies of #CE5BEA
Complementary color
Monochromatic Colors of #CE5BEA
Black with #CE5BEA
Text Example
Text Example
White with #CE5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BEA; }
p { color: rgb(206,91,234); }
H1.HeaderClassName
{
color: #CE5BEA;
}
.AnyTagClassName
{
color: #CE5BEA;
}
</style>
background-color css
<style>
a { background-color: #CE5BEA; }
a { background-color: rgb(206,91,234); }
div.DivClassName
{
background-color: #CE5BEA;
}
.BgClassName
{
background-color: #CE5BEA;
}
</style>
border-color css
<style>
span { border-color: #CE5BEA; }
span { border-color: rgb(206,91,234); }
td.TdClassName
{
border-color: #CE5BEA;
}
.TagClassName
{
border-color: #CE5BEA;
}
</style>