Shades of Medium Orchid #CE49EB
Tints of Medium Orchid #CE49EB
RGB
CMYK
RGB Variations
Color information
#CE49EB (or 0xCE49EB) is known color: Medium Orchid. HEX triplet: CE, 49 and EB. RGB value is (206,73,235). Sum of RGB (Red+Green+Blue) = 206+73+235=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49EB is #31B614. Grayscale: #828282. Windows color (decimal): -3257877 or 15419854. OLE color: 15419854.
HSL color Cylindrical-coordinate representation of color #CE49EB: hue angle of 289.26º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE49EB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 73 | 235 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.08 |
| HSL | 289.26º | 0.8% | 0.6% | - |
| HSV(B) | 289.26º | 0.69% | 0.92% | - |
| XYZ | 42.83 | 23.89 | 80.95 | - |
| YUV | 131.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 235 | 0.12 | 0.69 | 0 | 0.08 | 289.26 | 0.8 | 0.6 |
| Hex | CE | 49 | EB | C | 45 | 0 | 8 | 121 | 50 | 3C |
| Octal | 316 | 111 | 353 | 14 | 105 | 0 | 10 | 441 | 120 | 74 |
| Binary | 11001110 | 1001001 | 11101011 | 1100 | 1000101 | 0 | 1000 | 100100001 | 1010000 | 111100 |
Color Harmonies of #CE49EB
Complementary color
Monochromatic Colors of #CE49EB
Black with #CE49EB
Text Example
Text Example
White with #CE49EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49EB; }
p { color: rgb(206,73,235); }
H1.HeaderClassName
{
color: #CE49EB;
}
.AnyTagClassName
{
color: #CE49EB;
}
</style>
background-color css
<style>
a { background-color: #CE49EB; }
a { background-color: rgb(206,73,235); }
div.DivClassName
{
background-color: #CE49EB;
}
.BgClassName
{
background-color: #CE49EB;
}
</style>
border-color css
<style>
span { border-color: #CE49EB; }
span { border-color: rgb(206,73,235); }
td.TdClassName
{
border-color: #CE49EB;
}
.TagClassName
{
border-color: #CE49EB;
}
</style>