Shades of Medium Orchid #CE50EC
Tints of Medium Orchid #CE50EC
RGB
CMYK
RGB Variations
Color information
#CE50EC (or 0xCE50EC) is known color: Medium Orchid. HEX triplet: CE, 50 and EC. RGB value is (206,80,236). Sum of RGB (Red+Green+Blue) = 206+80+236=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50EC is #31AF13. Grayscale: #868686. Windows color (decimal): -3256084 or 15487182. OLE color: 15487182.
HSL color Cylindrical-coordinate representation of color #CE50EC: hue angle of 288.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE50EC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 80 | 236 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.07 |
| HSL | 288.46º | 0.8% | 0.62% | - |
| HSV(B) | 288.46º | 0.66% | 0.93% | - |
| XYZ | 43.46 | 24.92 | 81.88 | - |
| YUV | 135.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 236 | 0.13 | 0.66 | 0 | 0.07 | 288.46 | 0.8 | 0.62 |
| Hex | CE | 50 | EC | D | 42 | 0 | 7 | 120 | 50 | 3E |
| Octal | 316 | 120 | 354 | 15 | 102 | 0 | 7 | 440 | 120 | 76 |
| Binary | 11001110 | 1010000 | 11101100 | 1101 | 1000010 | 0 | 111 | 100100000 | 1010000 | 111110 |
Color Harmonies of #CE50EC
Complementary color
Monochromatic Colors of #CE50EC
Black with #CE50EC
Text Example
Text Example
White with #CE50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50EC; }
p { color: rgb(206,80,236); }
H1.HeaderClassName
{
color: #CE50EC;
}
.AnyTagClassName
{
color: #CE50EC;
}
</style>
background-color css
<style>
a { background-color: #CE50EC; }
a { background-color: rgb(206,80,236); }
div.DivClassName
{
background-color: #CE50EC;
}
.BgClassName
{
background-color: #CE50EC;
}
</style>
border-color css
<style>
span { border-color: #CE50EC; }
span { border-color: rgb(206,80,236); }
td.TdClassName
{
border-color: #CE50EC;
}
.TagClassName
{
border-color: #CE50EC;
}
</style>