Shades of Medium Orchid #CE40EF
Tints of Medium Orchid #CE40EF
RGB
CMYK
RGB Variations
Color information
#CE40EF (or 0xCE40EF) is known color: Medium Orchid. HEX triplet: CE, 40 and EF. RGB value is (206,64,239). Sum of RGB (Red+Green+Blue) = 206+64+239=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE40EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40EF is #31BF10. Grayscale: #7D7D7D. Windows color (decimal): -3260177 or 15679694. OLE color: 15679694.
HSL color Cylindrical-coordinate representation of color #CE40EF: hue angle of 288.69º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE40EF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 64 | 239 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.06 |
| HSL | 288.69º | 0.85% | 0.59% | - |
| HSV(B) | 288.69º | 0.73% | 0.94% | - |
| XYZ | 42.87 | 23.02 | 83.85 | - |
| YUV | 126.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 239 | 0.14 | 0.73 | 0 | 0.06 | 288.69 | 0.85 | 0.59 |
| Hex | CE | 40 | EF | E | 49 | 0 | 6 | 121 | 55 | 3B |
| Octal | 316 | 100 | 357 | 16 | 111 | 0 | 6 | 441 | 125 | 73 |
| Binary | 11001110 | 1000000 | 11101111 | 1110 | 1001001 | 0 | 110 | 100100001 | 1010101 | 111011 |
Color Harmonies of #CE40EF
Complementary color
Monochromatic Colors of #CE40EF
Black with #CE40EF
Text Example
Text Example
White with #CE40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40EF; }
p { color: rgb(206,64,239); }
H1.HeaderClassName
{
color: #CE40EF;
}
.AnyTagClassName
{
color: #CE40EF;
}
</style>
background-color css
<style>
a { background-color: #CE40EF; }
a { background-color: rgb(206,64,239); }
div.DivClassName
{
background-color: #CE40EF;
}
.BgClassName
{
background-color: #CE40EF;
}
</style>
border-color css
<style>
span { border-color: #CE40EF; }
span { border-color: rgb(206,64,239); }
td.TdClassName
{
border-color: #CE40EF;
}
.TagClassName
{
border-color: #CE40EF;
}
</style>