Shades of Medium Orchid #CE3BEB
Tints of Medium Orchid #CE3BEB
RGB
CMYK
RGB Variations
Color information
#CE3BEB (or 0xCE3BEB) is known color: Medium Orchid. HEX triplet: CE, 3B and EB. RGB value is (206,59,235). Sum of RGB (Red+Green+Blue) = 206+59+235=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE3BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BEB is #31C414. Grayscale: #7A7A7A. Windows color (decimal): -3261461 or 15416270. OLE color: 15416270.
HSL color Cylindrical-coordinate representation of color #CE3BEB: hue angle of 290.11º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3BEB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 59 | 235 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.08 |
| HSL | 290.11º | 0.81% | 0.58% | - |
| HSV(B) | 290.11º | 0.75% | 0.92% | - |
| XYZ | 42.01 | 22.25 | 80.68 | - |
| YUV | 123.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 235 | 0.12 | 0.75 | 0 | 0.08 | 290.11 | 0.81 | 0.58 |
| Hex | CE | 3B | EB | C | 4B | 0 | 8 | 122 | 51 | 3A |
| Octal | 316 | 73 | 353 | 14 | 113 | 0 | 10 | 442 | 121 | 72 |
| Binary | 11001110 | 111011 | 11101011 | 1100 | 1001011 | 0 | 1000 | 100100010 | 1010001 | 111010 |
Color Harmonies of #CE3BEB
Complementary color
Monochromatic Colors of #CE3BEB
Black with #CE3BEB
Text Example
Text Example
White with #CE3BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BEB; }
p { color: rgb(206,59,235); }
H1.HeaderClassName
{
color: #CE3BEB;
}
.AnyTagClassName
{
color: #CE3BEB;
}
</style>
background-color css
<style>
a { background-color: #CE3BEB; }
a { background-color: rgb(206,59,235); }
div.DivClassName
{
background-color: #CE3BEB;
}
.BgClassName
{
background-color: #CE3BEB;
}
</style>
border-color css
<style>
span { border-color: #CE3BEB; }
span { border-color: rgb(206,59,235); }
td.TdClassName
{
border-color: #CE3BEB;
}
.TagClassName
{
border-color: #CE3BEB;
}
</style>