Shades of Medium Orchid #CE32DE
Tints of Medium Orchid #CE32DE
RGB
CMYK
RGB Variations
Color information
#CE32DE (or 0xCE32DE) is known color: Medium Orchid. HEX triplet: CE, 32 and DE. RGB value is (206,50,222). Sum of RGB (Red+Green+Blue) = 206+50+222=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE32DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32DE is #31CD21. Grayscale: #737373. Windows color (decimal): -3263778 or 14561998. OLE color: 14561998.
HSL color Cylindrical-coordinate representation of color #CE32DE: hue angle of 294.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE32DE is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 50 | 222 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.13 |
| HSL | 294.42º | 0.72% | 0.53% | - |
| HSV(B) | 294.42º | 0.77% | 0.87% | - |
| XYZ | 39.78 | 20.68 | 71 | - |
| YUV | 116.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 222 | 0.07 | 0.77 | 0 | 0.13 | 294.42 | 0.72 | 0.53 |
| Hex | CE | 32 | DE | 7 | 4D | 0 | D | 126 | 48 | 35 |
| Octal | 316 | 62 | 336 | 7 | 115 | 0 | 15 | 446 | 110 | 65 |
| Binary | 11001110 | 110010 | 11011110 | 111 | 1001101 | 0 | 1101 | 100100110 | 1001000 | 110101 |
Color Harmonies of #CE32DE
Complementary color
Monochromatic Colors of #CE32DE
Black with #CE32DE
Text Example
Text Example
White with #CE32DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32DE; }
p { color: rgb(206,50,222); }
H1.HeaderClassName
{
color: #CE32DE;
}
.AnyTagClassName
{
color: #CE32DE;
}
</style>
background-color css
<style>
a { background-color: #CE32DE; }
a { background-color: rgb(206,50,222); }
div.DivClassName
{
background-color: #CE32DE;
}
.BgClassName
{
background-color: #CE32DE;
}
</style>
border-color css
<style>
span { border-color: #CE32DE; }
span { border-color: rgb(206,50,222); }
td.TdClassName
{
border-color: #CE32DE;
}
.TagClassName
{
border-color: #CE32DE;
}
</style>