Shades of Medium Orchid #CE38E9
Tints of Medium Orchid #CE38E9
RGB
CMYK
RGB Variations
Color information
#CE38E9 (or 0xCE38E9) is known color: Medium Orchid. HEX triplet: CE, 38 and E9. RGB value is (206,56,233). Sum of RGB (Red+Green+Blue) = 206+56+233=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE38E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE38E9 is #31C716. Grayscale: #787878. Windows color (decimal): -3262231 or 15284430. OLE color: 15284430.
HSL color Cylindrical-coordinate representation of color #CE38E9: hue angle of 290.85º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE38E9 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 56 | 233 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.09 |
| HSL | 290.85º | 0.8% | 0.57% | - |
| HSV(B) | 290.85º | 0.76% | 0.91% | - |
| XYZ | 41.58 | 21.83 | 79.11 | - |
| YUV | 121.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 233 | 0.12 | 0.76 | 0 | 0.09 | 290.85 | 0.8 | 0.57 |
| Hex | CE | 38 | E9 | C | 4C | 0 | 9 | 123 | 50 | 39 |
| Octal | 316 | 70 | 351 | 14 | 114 | 0 | 11 | 443 | 120 | 71 |
| Binary | 11001110 | 111000 | 11101001 | 1100 | 1001100 | 0 | 1001 | 100100011 | 1010000 | 111001 |
Color Harmonies of #CE38E9
Complementary color
Monochromatic Colors of #CE38E9
Black with #CE38E9
Text Example
Text Example
White with #CE38E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38E9; }
p { color: rgb(206,56,233); }
H1.HeaderClassName
{
color: #CE38E9;
}
.AnyTagClassName
{
color: #CE38E9;
}
</style>
background-color css
<style>
a { background-color: #CE38E9; }
a { background-color: rgb(206,56,233); }
div.DivClassName
{
background-color: #CE38E9;
}
.BgClassName
{
background-color: #CE38E9;
}
</style>
border-color css
<style>
span { border-color: #CE38E9; }
span { border-color: rgb(206,56,233); }
td.TdClassName
{
border-color: #CE38E9;
}
.TagClassName
{
border-color: #CE38E9;
}
</style>