Shades of Medium Orchid #CE3BEE
Tints of Medium Orchid #CE3BEE
RGB
CMYK
RGB Variations
Color information
#CE3BEE (or 0xCE3BEE) is known color: Medium Orchid. HEX triplet: CE, 3B and EE. RGB value is (206,59,238). Sum of RGB (Red+Green+Blue) = 206+59+238=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE3BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BEE is #31C411. Grayscale: #7A7A7A. Windows color (decimal): -3261458 or 15612878. OLE color: 15612878.
HSL color Cylindrical-coordinate representation of color #CE3BEE: hue angle of 289.27º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3BEE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 59 | 238 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.07 |
| HSL | 289.27º | 0.84% | 0.58% | - |
| HSV(B) | 289.27º | 0.75% | 0.93% | - |
| XYZ | 42.45 | 22.42 | 82.98 | - |
| YUV | 123.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 238 | 0.13 | 0.75 | 0 | 0.07 | 289.27 | 0.84 | 0.58 |
| Hex | CE | 3B | EE | D | 4B | 0 | 7 | 121 | 54 | 3A |
| Octal | 316 | 73 | 356 | 15 | 113 | 0 | 7 | 441 | 124 | 72 |
| Binary | 11001110 | 111011 | 11101110 | 1101 | 1001011 | 0 | 111 | 100100001 | 1010100 | 111010 |
Color Harmonies of #CE3BEE
Complementary color
Monochromatic Colors of #CE3BEE
Black with #CE3BEE
Text Example
Text Example
White with #CE3BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BEE; }
p { color: rgb(206,59,238); }
H1.HeaderClassName
{
color: #CE3BEE;
}
.AnyTagClassName
{
color: #CE3BEE;
}
</style>
background-color css
<style>
a { background-color: #CE3BEE; }
a { background-color: rgb(206,59,238); }
div.DivClassName
{
background-color: #CE3BEE;
}
.BgClassName
{
background-color: #CE3BEE;
}
</style>
border-color css
<style>
span { border-color: #CE3BEE; }
span { border-color: rgb(206,59,238); }
td.TdClassName
{
border-color: #CE3BEE;
}
.TagClassName
{
border-color: #CE3BEE;
}
</style>