Shades of Medium Orchid #CE5EDC
Tints of Medium Orchid #CE5EDC
RGB
CMYK
RGB Variations
Color information
#CE5EDC (or 0xCE5EDC) is known color: Medium Orchid. HEX triplet: CE, 5E and DC. RGB value is (206,94,220). Sum of RGB (Red+Green+Blue) = 206+94+220=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EDC is #31A123. Grayscale: #8D8D8D. Windows color (decimal): -3252516 or 14442190. OLE color: 14442190.
HSL color Cylindrical-coordinate representation of color #CE5EDC: hue angle of 293.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5EDC is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 94 | 220 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.14 |
| HSL | 293.33º | 0.64% | 0.62% | - |
| HSV(B) | 293.33º | 0.57% | 0.86% | - |
| XYZ | 42.37 | 26.29 | 70.55 | - |
| YUV | 141.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 220 | 0.06 | 0.57 | 0 | 0.14 | 293.33 | 0.64 | 0.62 |
| Hex | CE | 5E | DC | 6 | 39 | 0 | E | 125 | 40 | 3E |
| Octal | 316 | 136 | 334 | 6 | 71 | 0 | 16 | 445 | 100 | 76 |
| Binary | 11001110 | 1011110 | 11011100 | 110 | 111001 | 0 | 1110 | 100100101 | 1000000 | 111110 |
Color Harmonies of #CE5EDC
Complementary color
Monochromatic Colors of #CE5EDC
Black with #CE5EDC
Text Example
Text Example
White with #CE5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EDC; }
p { color: rgb(206,94,220); }
H1.HeaderClassName
{
color: #CE5EDC;
}
.AnyTagClassName
{
color: #CE5EDC;
}
</style>
background-color css
<style>
a { background-color: #CE5EDC; }
a { background-color: rgb(206,94,220); }
div.DivClassName
{
background-color: #CE5EDC;
}
.BgClassName
{
background-color: #CE5EDC;
}
</style>
border-color css
<style>
span { border-color: #CE5EDC; }
span { border-color: rgb(206,94,220); }
td.TdClassName
{
border-color: #CE5EDC;
}
.TagClassName
{
border-color: #CE5EDC;
}
</style>