Shades of Medium Orchid #CE40EB
Tints of Medium Orchid #CE40EB
RGB
CMYK
RGB Variations
Color information
#CE40EB (or 0xCE40EB) is known color: Medium Orchid. HEX triplet: CE, 40 and EB. RGB value is (206,64,235). Sum of RGB (Red+Green+Blue) = 206+64+235=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40EB is #31BF14. Grayscale: #7D7D7D. Windows color (decimal): -3260181 or 15417550. OLE color: 15417550.
HSL color Cylindrical-coordinate representation of color #CE40EB: hue angle of 289.82º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE40EB is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 64 | 235 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.08 |
| HSL | 289.82º | 0.81% | 0.59% | - |
| HSV(B) | 289.82º | 0.73% | 0.92% | - |
| XYZ | 42.28 | 22.79 | 80.77 | - |
| YUV | 125.95 | 189.54 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 235 | 0.12 | 0.73 | 0 | 0.08 | 289.82 | 0.81 | 0.59 |
| Hex | CE | 40 | EB | C | 49 | 0 | 8 | 122 | 51 | 3B |
| Octal | 316 | 100 | 353 | 14 | 111 | 0 | 10 | 442 | 121 | 73 |
| Binary | 11001110 | 1000000 | 11101011 | 1100 | 1001001 | 0 | 1000 | 100100010 | 1010001 | 111011 |
Color Harmonies of #CE40EB
Complementary color
Monochromatic Colors of #CE40EB
Black with #CE40EB
Text Example
Text Example
White with #CE40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40EB; }
p { color: rgb(206,64,235); }
H1.HeaderClassName
{
color: #CE40EB;
}
.AnyTagClassName
{
color: #CE40EB;
}
</style>
background-color css
<style>
a { background-color: #CE40EB; }
a { background-color: rgb(206,64,235); }
div.DivClassName
{
background-color: #CE40EB;
}
.BgClassName
{
background-color: #CE40EB;
}
</style>
border-color css
<style>
span { border-color: #CE40EB; }
span { border-color: rgb(206,64,235); }
td.TdClassName
{
border-color: #CE40EB;
}
.TagClassName
{
border-color: #CE40EB;
}
</style>