Shades of Medium Orchid #CE32DD
Tints of Medium Orchid #CE32DD
RGB
CMYK
RGB Variations
Color information
#CE32DD (or 0xCE32DD) is known color: Medium Orchid. HEX triplet: CE, 32 and DD. RGB value is (206,50,221). Sum of RGB (Red+Green+Blue) = 206+50+221=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32DD is #31CD22. Grayscale: #737373. Windows color (decimal): -3263779 or 14496462. OLE color: 14496462.
HSL color Cylindrical-coordinate representation of color #CE32DD: hue angle of 294.74º 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 #CE32DD is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 50 | 221 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.13 |
| HSL | 294.74º | 0.72% | 0.53% | - |
| HSV(B) | 294.74º | 0.77% | 0.87% | - |
| XYZ | 39.65 | 20.62 | 70.3 | - |
| YUV | 116.14 | 187.18 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 221 | 0.07 | 0.77 | 0 | 0.13 | 294.74 | 0.72 | 0.53 |
| Hex | CE | 32 | DD | 7 | 4D | 0 | D | 127 | 48 | 35 |
| Octal | 316 | 62 | 335 | 7 | 115 | 0 | 15 | 447 | 110 | 65 |
| Binary | 11001110 | 110010 | 11011101 | 111 | 1001101 | 0 | 1101 | 100100111 | 1001000 | 110101 |
Color Harmonies of #CE32DD
Complementary color
Monochromatic Colors of #CE32DD
Black with #CE32DD
Text Example
Text Example
White with #CE32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32DD; }
p { color: rgb(206,50,221); }
H1.HeaderClassName
{
color: #CE32DD;
}
.AnyTagClassName
{
color: #CE32DD;
}
</style>
background-color css
<style>
a { background-color: #CE32DD; }
a { background-color: rgb(206,50,221); }
div.DivClassName
{
background-color: #CE32DD;
}
.BgClassName
{
background-color: #CE32DD;
}
</style>
border-color css
<style>
span { border-color: #CE32DD; }
span { border-color: rgb(206,50,221); }
td.TdClassName
{
border-color: #CE32DD;
}
.TagClassName
{
border-color: #CE32DD;
}
</style>