Shades of Medium Orchid #CE36EB
Tints of Medium Orchid #CE36EB
RGB
CMYK
RGB Variations
Color information
#CE36EB (or 0xCE36EB) is known color: Medium Orchid. HEX triplet: CE, 36 and EB. RGB value is (206,54,235). Sum of RGB (Red+Green+Blue) = 206+54+235=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 54 (21.48% from 255 or 10.91% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE36EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36EB is #31C914. Grayscale: #777777. Windows color (decimal): -3262741 or 15414990. OLE color: 15414990.
HSL color Cylindrical-coordinate representation of color #CE36EB: hue angle of 290.39º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE36EB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 54 | 235 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.08 |
| HSL | 290.39º | 0.82% | 0.57% | - |
| HSV(B) | 290.39º | 0.77% | 0.92% | - |
| XYZ | 41.77 | 21.76 | 80.6 | - |
| YUV | 120.08 | 192.86 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 235 | 0.12 | 0.77 | 0 | 0.08 | 290.39 | 0.82 | 0.57 |
| Hex | CE | 36 | EB | C | 4D | 0 | 8 | 122 | 52 | 39 |
| Octal | 316 | 66 | 353 | 14 | 115 | 0 | 10 | 442 | 122 | 71 |
| Binary | 11001110 | 110110 | 11101011 | 1100 | 1001101 | 0 | 1000 | 100100010 | 1010010 | 111001 |
Color Harmonies of #CE36EB
Complementary color
Monochromatic Colors of #CE36EB
Black with #CE36EB
Text Example
Text Example
White with #CE36EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36EB; }
p { color: rgb(206,54,235); }
H1.HeaderClassName
{
color: #CE36EB;
}
.AnyTagClassName
{
color: #CE36EB;
}
</style>
background-color css
<style>
a { background-color: #CE36EB; }
a { background-color: rgb(206,54,235); }
div.DivClassName
{
background-color: #CE36EB;
}
.BgClassName
{
background-color: #CE36EB;
}
</style>
border-color css
<style>
span { border-color: #CE36EB; }
span { border-color: rgb(206,54,235); }
td.TdClassName
{
border-color: #CE36EB;
}
.TagClassName
{
border-color: #CE36EB;
}
</style>