Shades of Medium Orchid #CE49DF
Tints of Medium Orchid #CE49DF
RGB
CMYK
RGB Variations
Color information
#CE49DF (or 0xCE49DF) is known color: Medium Orchid. HEX triplet: CE, 49 and DF. RGB value is (206,73,223). Sum of RGB (Red+Green+Blue) = 206+73+223=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49DF is #31B620. Grayscale: #818181. Windows color (decimal): -3257889 or 14633422. OLE color: 14633422.
HSL color Cylindrical-coordinate representation of color #CE49DF: hue angle of 293.2º degrees, saturation: 0.7, 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 #CE49DF is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 73 | 223 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.13 |
| HSL | 293.2º | 0.7% | 0.58% | - |
| HSV(B) | 293.2º | 0.67% | 0.87% | - |
| XYZ | 41.16 | 23.21 | 72.12 | - |
| YUV | 129.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 223 | 0.08 | 0.67 | 0 | 0.13 | 293.2 | 0.7 | 0.58 |
| Hex | CE | 49 | DF | 8 | 43 | 0 | D | 125 | 46 | 3A |
| Octal | 316 | 111 | 337 | 10 | 103 | 0 | 15 | 445 | 106 | 72 |
| Binary | 11001110 | 1001001 | 11011111 | 1000 | 1000011 | 0 | 1101 | 100100101 | 1000110 | 111010 |
Color Harmonies of #CE49DF
Complementary color
Monochromatic Colors of #CE49DF
Black with #CE49DF
Text Example
Text Example
White with #CE49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49DF; }
p { color: rgb(206,73,223); }
H1.HeaderClassName
{
color: #CE49DF;
}
.AnyTagClassName
{
color: #CE49DF;
}
</style>
background-color css
<style>
a { background-color: #CE49DF; }
a { background-color: rgb(206,73,223); }
div.DivClassName
{
background-color: #CE49DF;
}
.BgClassName
{
background-color: #CE49DF;
}
</style>
border-color css
<style>
span { border-color: #CE49DF; }
span { border-color: rgb(206,73,223); }
td.TdClassName
{
border-color: #CE49DF;
}
.TagClassName
{
border-color: #CE49DF;
}
</style>