Shades of Medium Orchid #CE36EC
Tints of Medium Orchid #CE36EC
RGB
CMYK
RGB Variations
Color information
#CE36EC (or 0xCE36EC) is known color: Medium Orchid. HEX triplet: CE, 36 and EC. RGB value is (206,54,236). Sum of RGB (Red+Green+Blue) = 206+54+236=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE36EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36EC is #31C913. Grayscale: #777777. Windows color (decimal): -3262740 or 15480526. OLE color: 15480526.
HSL color Cylindrical-coordinate representation of color #CE36EC: hue angle of 290.11º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE36EC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 54 | 236 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.07 |
| HSL | 290.11º | 0.83% | 0.57% | - |
| HSV(B) | 290.11º | 0.77% | 0.93% | - |
| XYZ | 41.91 | 21.82 | 81.36 | - |
| YUV | 120.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 236 | 0.13 | 0.77 | 0 | 0.07 | 290.11 | 0.83 | 0.57 |
| Hex | CE | 36 | EC | D | 4D | 0 | 7 | 122 | 53 | 39 |
| Octal | 316 | 66 | 354 | 15 | 115 | 0 | 7 | 442 | 123 | 71 |
| Binary | 11001110 | 110110 | 11101100 | 1101 | 1001101 | 0 | 111 | 100100010 | 1010011 | 111001 |
Color Harmonies of #CE36EC
Complementary color
Monochromatic Colors of #CE36EC
Black with #CE36EC
Text Example
Text Example
White with #CE36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36EC; }
p { color: rgb(206,54,236); }
H1.HeaderClassName
{
color: #CE36EC;
}
.AnyTagClassName
{
color: #CE36EC;
}
</style>
background-color css
<style>
a { background-color: #CE36EC; }
a { background-color: rgb(206,54,236); }
div.DivClassName
{
background-color: #CE36EC;
}
.BgClassName
{
background-color: #CE36EC;
}
</style>
border-color css
<style>
span { border-color: #CE36EC; }
span { border-color: rgb(206,54,236); }
td.TdClassName
{
border-color: #CE36EC;
}
.TagClassName
{
border-color: #CE36EC;
}
</style>