Shades of Medium Orchid #CE49DD
Tints of Medium Orchid #CE49DD
RGB
CMYK
RGB Variations
Color information
#CE49DD (or 0xCE49DD) is known color: Medium Orchid. HEX triplet: CE, 49 and DD. RGB value is (206,73,221). Sum of RGB (Red+Green+Blue) = 206+73+221=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49DD is #31B622. Grayscale: #818181. Windows color (decimal): -3257891 or 14502350. OLE color: 14502350.
HSL color Cylindrical-coordinate representation of color #CE49DD: hue angle of 293.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE49DD is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 73 | 221 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.13 |
| HSL | 293.92º | 0.69% | 0.58% | - |
| HSV(B) | 293.92º | 0.67% | 0.87% | - |
| XYZ | 40.89 | 23.11 | 70.71 | - |
| YUV | 129.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 221 | 0.07 | 0.67 | 0 | 0.13 | 293.92 | 0.69 | 0.58 |
| Hex | CE | 49 | DD | 7 | 43 | 0 | D | 126 | 45 | 3A |
| Octal | 316 | 111 | 335 | 7 | 103 | 0 | 15 | 446 | 105 | 72 |
| Binary | 11001110 | 1001001 | 11011101 | 111 | 1000011 | 0 | 1101 | 100100110 | 1000101 | 111010 |
Color Harmonies of #CE49DD
Complementary color
Monochromatic Colors of #CE49DD
Black with #CE49DD
Text Example
Text Example
White with #CE49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49DD; }
p { color: rgb(206,73,221); }
H1.HeaderClassName
{
color: #CE49DD;
}
.AnyTagClassName
{
color: #CE49DD;
}
</style>
background-color css
<style>
a { background-color: #CE49DD; }
a { background-color: rgb(206,73,221); }
div.DivClassName
{
background-color: #CE49DD;
}
.BgClassName
{
background-color: #CE49DD;
}
</style>
border-color css
<style>
span { border-color: #CE49DD; }
span { border-color: rgb(206,73,221); }
td.TdClassName
{
border-color: #CE49DD;
}
.TagClassName
{
border-color: #CE49DD;
}
</style>