Shades of Medium Orchid #CE32EC
Tints of Medium Orchid #CE32EC
RGB
CMYK
RGB Variations
Color information
#CE32EC (or 0xCE32EC) is known color: Medium Orchid. HEX triplet: CE, 32 and EC. RGB value is (206,50,236). Sum of RGB (Red+Green+Blue) = 206+50+236=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32EC is #31CD13. Grayscale: #757575. Windows color (decimal): -3263764 or 15479502. OLE color: 15479502.
HSL color Cylindrical-coordinate representation of color #CE32EC: hue angle of 290.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE32EC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 50 | 236 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.07 |
| HSL | 290.32º | 0.83% | 0.56% | - |
| HSV(B) | 290.32º | 0.79% | 0.93% | - |
| XYZ | 41.73 | 21.46 | 81.3 | - |
| YUV | 117.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 236 | 0.13 | 0.79 | 0 | 0.07 | 290.32 | 0.83 | 0.56 |
| Hex | CE | 32 | EC | D | 4F | 0 | 7 | 122 | 53 | 38 |
| Octal | 316 | 62 | 354 | 15 | 117 | 0 | 7 | 442 | 123 | 70 |
| Binary | 11001110 | 110010 | 11101100 | 1101 | 1001111 | 0 | 111 | 100100010 | 1010011 | 111000 |
Color Harmonies of #CE32EC
Complementary color
Monochromatic Colors of #CE32EC
Black with #CE32EC
Text Example
Text Example
White with #CE32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32EC; }
p { color: rgb(206,50,236); }
H1.HeaderClassName
{
color: #CE32EC;
}
.AnyTagClassName
{
color: #CE32EC;
}
</style>
background-color css
<style>
a { background-color: #CE32EC; }
a { background-color: rgb(206,50,236); }
div.DivClassName
{
background-color: #CE32EC;
}
.BgClassName
{
background-color: #CE32EC;
}
</style>
border-color css
<style>
span { border-color: #CE32EC; }
span { border-color: rgb(206,50,236); }
td.TdClassName
{
border-color: #CE32EC;
}
.TagClassName
{
border-color: #CE32EC;
}
</style>