Shades of Medium Orchid #CE47ED
Tints of Medium Orchid #CE47ED
RGB
CMYK
RGB Variations
Color information
#CE47ED (or 0xCE47ED) is known color: Medium Orchid. HEX triplet: CE, 47 and ED. RGB value is (206,71,237). Sum of RGB (Red+Green+Blue) = 206+71+237=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE47ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE47ED is #31B812. Grayscale: #818181. Windows color (decimal): -3258387 or 15550414. OLE color: 15550414.
HSL color Cylindrical-coordinate representation of color #CE47ED: hue angle of 288.8º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE47ED is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 71 | 237 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.07 |
| HSL | 288.8º | 0.82% | 0.6% | - |
| HSV(B) | 288.8º | 0.7% | 0.93% | - |
| XYZ | 42.99 | 23.74 | 82.44 | - |
| YUV | 130.29 | 188.23 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 237 | 0.13 | 0.70 | 0 | 0.07 | 288.8 | 0.82 | 0.6 |
| Hex | CE | 47 | ED | D | 46 | 0 | 7 | 121 | 52 | 3C |
| Octal | 316 | 107 | 355 | 15 | 106 | 0 | 7 | 441 | 122 | 74 |
| Binary | 11001110 | 1000111 | 11101101 | 1101 | 1000110 | 0 | 111 | 100100001 | 1010010 | 111100 |
Color Harmonies of #CE47ED
Complementary color
Monochromatic Colors of #CE47ED
Black with #CE47ED
Text Example
Text Example
White with #CE47ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47ED; }
p { color: rgb(206,71,237); }
H1.HeaderClassName
{
color: #CE47ED;
}
.AnyTagClassName
{
color: #CE47ED;
}
</style>
background-color css
<style>
a { background-color: #CE47ED; }
a { background-color: rgb(206,71,237); }
div.DivClassName
{
background-color: #CE47ED;
}
.BgClassName
{
background-color: #CE47ED;
}
</style>
border-color css
<style>
span { border-color: #CE47ED; }
span { border-color: rgb(206,71,237); }
td.TdClassName
{
border-color: #CE47ED;
}
.TagClassName
{
border-color: #CE47ED;
}
</style>