Shades of Medium Orchid #CE36ED
Tints of Medium Orchid #CE36ED
RGB
CMYK
RGB Variations
Color information
#CE36ED (or 0xCE36ED) is known color: Medium Orchid. HEX triplet: CE, 36 and ED. RGB value is (206,54,237). Sum of RGB (Red+Green+Blue) = 206+54+237=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE36ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36ED is #31C912. Grayscale: #777777. Windows color (decimal): -3262739 or 15546062. OLE color: 15546062.
HSL color Cylindrical-coordinate representation of color #CE36ED: hue angle of 289.84º degrees, saturation: 0.84, 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 #CE36ED is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 54 | 237 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.07 |
| HSL | 289.84º | 0.84% | 0.57% | - |
| HSV(B) | 289.84º | 0.77% | 0.93% | - |
| XYZ | 42.06 | 21.87 | 82.13 | - |
| YUV | 120.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 237 | 0.13 | 0.77 | 0 | 0.07 | 289.84 | 0.84 | 0.57 |
| Hex | CE | 36 | ED | D | 4D | 0 | 7 | 122 | 54 | 39 |
| Octal | 316 | 66 | 355 | 15 | 115 | 0 | 7 | 442 | 124 | 71 |
| Binary | 11001110 | 110110 | 11101101 | 1101 | 1001101 | 0 | 111 | 100100010 | 1010100 | 111001 |
Color Harmonies of #CE36ED
Complementary color
Monochromatic Colors of #CE36ED
Black with #CE36ED
Text Example
Text Example
White with #CE36ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36ED; }
p { color: rgb(206,54,237); }
H1.HeaderClassName
{
color: #CE36ED;
}
.AnyTagClassName
{
color: #CE36ED;
}
</style>
background-color css
<style>
a { background-color: #CE36ED; }
a { background-color: rgb(206,54,237); }
div.DivClassName
{
background-color: #CE36ED;
}
.BgClassName
{
background-color: #CE36ED;
}
</style>
border-color css
<style>
span { border-color: #CE36ED; }
span { border-color: rgb(206,54,237); }
td.TdClassName
{
border-color: #CE36ED;
}
.TagClassName
{
border-color: #CE36ED;
}
</style>