Shades of Medium Orchid #CE39EC
Tints of Medium Orchid #CE39EC
RGB
CMYK
RGB Variations
Color information
#CE39EC (or 0xCE39EC) is known color: Medium Orchid. HEX triplet: CE, 39 and EC. RGB value is (206,57,236). Sum of RGB (Red+Green+Blue) = 206+57+236=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE39EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE39EC is #31C613. Grayscale: #797979. Windows color (decimal): -3261972 or 15481294. OLE color: 15481294.
HSL color Cylindrical-coordinate representation of color #CE39EC: hue angle of 289.94º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE39EC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 57 | 236 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.07 |
| HSL | 289.94º | 0.82% | 0.57% | - |
| HSV(B) | 289.94º | 0.76% | 0.93% | - |
| XYZ | 42.06 | 22.1 | 81.41 | - |
| YUV | 121.96 | 192.36 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 236 | 0.13 | 0.76 | 0 | 0.07 | 289.94 | 0.82 | 0.57 |
| Hex | CE | 39 | EC | D | 4C | 0 | 7 | 122 | 52 | 39 |
| Octal | 316 | 71 | 354 | 15 | 114 | 0 | 7 | 442 | 122 | 71 |
| Binary | 11001110 | 111001 | 11101100 | 1101 | 1001100 | 0 | 111 | 100100010 | 1010010 | 111001 |
Color Harmonies of #CE39EC
Complementary color
Monochromatic Colors of #CE39EC
Black with #CE39EC
Text Example
Text Example
White with #CE39EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39EC; }
p { color: rgb(206,57,236); }
H1.HeaderClassName
{
color: #CE39EC;
}
.AnyTagClassName
{
color: #CE39EC;
}
</style>
background-color css
<style>
a { background-color: #CE39EC; }
a { background-color: rgb(206,57,236); }
div.DivClassName
{
background-color: #CE39EC;
}
.BgClassName
{
background-color: #CE39EC;
}
</style>
border-color css
<style>
span { border-color: #CE39EC; }
span { border-color: rgb(206,57,236); }
td.TdClassName
{
border-color: #CE39EC;
}
.TagClassName
{
border-color: #CE39EC;
}
</style>