Shades of Medium Orchid #CE49ED
Tints of Medium Orchid #CE49ED
RGB
CMYK
RGB Variations
Color information
#CE49ED (or 0xCE49ED) is known color: Medium Orchid. HEX triplet: CE, 49 and ED. RGB value is (206,73,237). Sum of RGB (Red+Green+Blue) = 206+73+237=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE49ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49ED is #31B612. Grayscale: #828282. Windows color (decimal): -3257875 or 15550926. OLE color: 15550926.
HSL color Cylindrical-coordinate representation of color #CE49ED: hue angle of 288.66º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE49ED is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 73 | 237 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.07 |
| HSL | 288.66º | 0.82% | 0.61% | - |
| HSV(B) | 288.66º | 0.69% | 0.93% | - |
| XYZ | 43.12 | 24 | 82.48 | - |
| YUV | 131.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 237 | 0.13 | 0.69 | 0 | 0.07 | 288.66 | 0.82 | 0.61 |
| Hex | CE | 49 | ED | D | 45 | 0 | 7 | 121 | 52 | 3D |
| Octal | 316 | 111 | 355 | 15 | 105 | 0 | 7 | 441 | 122 | 75 |
| Binary | 11001110 | 1001001 | 11101101 | 1101 | 1000101 | 0 | 111 | 100100001 | 1010010 | 111101 |
Color Harmonies of #CE49ED
Complementary color
Monochromatic Colors of #CE49ED
Black with #CE49ED
Text Example
Text Example
White with #CE49ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49ED; }
p { color: rgb(206,73,237); }
H1.HeaderClassName
{
color: #CE49ED;
}
.AnyTagClassName
{
color: #CE49ED;
}
</style>
background-color css
<style>
a { background-color: #CE49ED; }
a { background-color: rgb(206,73,237); }
div.DivClassName
{
background-color: #CE49ED;
}
.BgClassName
{
background-color: #CE49ED;
}
</style>
border-color css
<style>
span { border-color: #CE49ED; }
span { border-color: rgb(206,73,237); }
td.TdClassName
{
border-color: #CE49ED;
}
.TagClassName
{
border-color: #CE49ED;
}
</style>