Shades of Medium Orchid #CE5DEA
Tints of Medium Orchid #CE5DEA
RGB
CMYK
RGB Variations
Color information
#CE5DEA (or 0xCE5DEA) is known color: Medium Orchid. HEX triplet: CE, 5D and EA. RGB value is (206,93,234). Sum of RGB (Red+Green+Blue) = 206+93+234=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5DEA is #31A215. Grayscale: #8E8E8E. Windows color (decimal): -3252758 or 15359438. OLE color: 15359438.
HSL color Cylindrical-coordinate representation of color #CE5DEA: hue angle of 288.09º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5DEA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 93 | 234 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.08 |
| HSL | 288.09º | 0.77% | 0.64% | - |
| HSV(B) | 288.09º | 0.6% | 0.92% | - |
| XYZ | 44.22 | 26.89 | 80.7 | - |
| YUV | 142.86 | 179.44 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 234 | 0.12 | 0.60 | 0 | 0.08 | 288.09 | 0.77 | 0.64 |
| Hex | CE | 5D | EA | C | 3C | 0 | 8 | 120 | 4D | 40 |
| Octal | 316 | 135 | 352 | 14 | 74 | 0 | 10 | 440 | 115 | 100 |
| Binary | 11001110 | 1011101 | 11101010 | 1100 | 111100 | 0 | 1000 | 100100000 | 1001101 | 1000000 |
Color Harmonies of #CE5DEA
Complementary color
Monochromatic Colors of #CE5DEA
Black with #CE5DEA
Text Example
Text Example
White with #CE5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DEA; }
p { color: rgb(206,93,234); }
H1.HeaderClassName
{
color: #CE5DEA;
}
.AnyTagClassName
{
color: #CE5DEA;
}
</style>
background-color css
<style>
a { background-color: #CE5DEA; }
a { background-color: rgb(206,93,234); }
div.DivClassName
{
background-color: #CE5DEA;
}
.BgClassName
{
background-color: #CE5DEA;
}
</style>
border-color css
<style>
span { border-color: #CE5DEA; }
span { border-color: rgb(206,93,234); }
td.TdClassName
{
border-color: #CE5DEA;
}
.TagClassName
{
border-color: #CE5DEA;
}
</style>