Shades of Medium Orchid #CE32EE
Tints of Medium Orchid #CE32EE
RGB
CMYK
RGB Variations
Color information
#CE32EE (or 0xCE32EE) is known color: Medium Orchid. HEX triplet: CE, 32 and EE. RGB value is (206,50,238). Sum of RGB (Red+Green+Blue) = 206+50+238=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE32EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32EE is #31CD11. Grayscale: #757575. Windows color (decimal): -3263762 or 15610574. OLE color: 15610574.
HSL color Cylindrical-coordinate representation of color #CE32EE: hue angle of 289.79º degrees, saturation: 0.85, 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 #CE32EE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 50 | 238 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.07 |
| HSL | 289.79º | 0.85% | 0.56% | - |
| HSV(B) | 289.79º | 0.79% | 0.93% | - |
| XYZ | 42.03 | 21.58 | 82.84 | - |
| YUV | 118.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 238 | 0.13 | 0.79 | 0 | 0.07 | 289.79 | 0.85 | 0.56 |
| Hex | CE | 32 | EE | D | 4F | 0 | 7 | 122 | 55 | 38 |
| Octal | 316 | 62 | 356 | 15 | 117 | 0 | 7 | 442 | 125 | 70 |
| Binary | 11001110 | 110010 | 11101110 | 1101 | 1001111 | 0 | 111 | 100100010 | 1010101 | 111000 |
Color Harmonies of #CE32EE
Complementary color
Monochromatic Colors of #CE32EE
Black with #CE32EE
Text Example
Text Example
White with #CE32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32EE; }
p { color: rgb(206,50,238); }
H1.HeaderClassName
{
color: #CE32EE;
}
.AnyTagClassName
{
color: #CE32EE;
}
</style>
background-color css
<style>
a { background-color: #CE32EE; }
a { background-color: rgb(206,50,238); }
div.DivClassName
{
background-color: #CE32EE;
}
.BgClassName
{
background-color: #CE32EE;
}
</style>
border-color css
<style>
span { border-color: #CE32EE; }
span { border-color: rgb(206,50,238); }
td.TdClassName
{
border-color: #CE32EE;
}
.TagClassName
{
border-color: #CE32EE;
}
</style>