Shades of Medium Orchid #CE46EE
Tints of Medium Orchid #CE46EE
RGB
CMYK
RGB Variations
Color information
#CE46EE (or 0xCE46EE) is known color: Medium Orchid. HEX triplet: CE, 46 and EE. RGB value is (206,70,238). Sum of RGB (Red+Green+Blue) = 206+70+238=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE46EE is #31B911. Grayscale: #818181. Windows color (decimal): -3258642 or 15615694. OLE color: 15615694.
HSL color Cylindrical-coordinate representation of color #CE46EE: hue angle of 288.57º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE46EE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 70 | 238 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.07 |
| HSL | 288.57º | 0.83% | 0.6% | - |
| HSV(B) | 288.57º | 0.71% | 0.93% | - |
| XYZ | 43.08 | 23.68 | 83.19 | - |
| YUV | 129.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 238 | 0.13 | 0.71 | 0 | 0.07 | 288.57 | 0.83 | 0.6 |
| Hex | CE | 46 | EE | D | 47 | 0 | 7 | 121 | 53 | 3C |
| Octal | 316 | 106 | 356 | 15 | 107 | 0 | 7 | 441 | 123 | 74 |
| Binary | 11001110 | 1000110 | 11101110 | 1101 | 1000111 | 0 | 111 | 100100001 | 1010011 | 111100 |
Color Harmonies of #CE46EE
Complementary color
Monochromatic Colors of #CE46EE
Black with #CE46EE
Text Example
Text Example
White with #CE46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46EE; }
p { color: rgb(206,70,238); }
H1.HeaderClassName
{
color: #CE46EE;
}
.AnyTagClassName
{
color: #CE46EE;
}
</style>
background-color css
<style>
a { background-color: #CE46EE; }
a { background-color: rgb(206,70,238); }
div.DivClassName
{
background-color: #CE46EE;
}
.BgClassName
{
background-color: #CE46EE;
}
</style>
border-color css
<style>
span { border-color: #CE46EE; }
span { border-color: rgb(206,70,238); }
td.TdClassName
{
border-color: #CE46EE;
}
.TagClassName
{
border-color: #CE46EE;
}
</style>