Shades of Medium Orchid #CE32D9
Tints of Medium Orchid #CE32D9
RGB
CMYK
RGB Variations
Color information
#CE32D9 (or 0xCE32D9) is known color: Medium Orchid. HEX triplet: CE, 32 and D9. RGB value is (206,50,217). Sum of RGB (Red+Green+Blue) = 206+50+217=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE32D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32D9 is #31CD26. Grayscale: #737373. Windows color (decimal): -3263783 or 14234318. OLE color: 14234318.
HSL color Cylindrical-coordinate representation of color #CE32D9: hue angle of 296.05º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE32D9 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 50 | 217 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.15 |
| HSL | 296.05º | 0.69% | 0.52% | - |
| HSV(B) | 296.05º | 0.77% | 0.85% | - |
| XYZ | 39.12 | 20.41 | 67.52 | - |
| YUV | 115.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 217 | 0.05 | 0.77 | 0 | 0.15 | 296.05 | 0.69 | 0.52 |
| Hex | CE | 32 | D9 | 5 | 4D | 0 | F | 128 | 45 | 34 |
| Octal | 316 | 62 | 331 | 5 | 115 | 0 | 17 | 450 | 105 | 64 |
| Binary | 11001110 | 110010 | 11011001 | 101 | 1001101 | 0 | 1111 | 100101000 | 1000101 | 110100 |
Color Harmonies of #CE32D9
Complementary color
Monochromatic Colors of #CE32D9
Black with #CE32D9
Text Example
Text Example
White with #CE32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32D9; }
p { color: rgb(206,50,217); }
H1.HeaderClassName
{
color: #CE32D9;
}
.AnyTagClassName
{
color: #CE32D9;
}
</style>
background-color css
<style>
a { background-color: #CE32D9; }
a { background-color: rgb(206,50,217); }
div.DivClassName
{
background-color: #CE32D9;
}
.BgClassName
{
background-color: #CE32D9;
}
</style>
border-color css
<style>
span { border-color: #CE32D9; }
span { border-color: rgb(206,50,217); }
td.TdClassName
{
border-color: #CE32D9;
}
.TagClassName
{
border-color: #CE32D9;
}
</style>