Shades of Medium Orchid #CE40E9
Tints of Medium Orchid #CE40E9
RGB
CMYK
RGB Variations
Color information
#CE40E9 (or 0xCE40E9) is known color: Medium Orchid. HEX triplet: CE, 40 and E9. RGB value is (206,64,233). Sum of RGB (Red+Green+Blue) = 206+64+233=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE40E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40E9 is #31BF16. Grayscale: #7D7D7D. Windows color (decimal): -3260183 or 15286478. OLE color: 15286478.
HSL color Cylindrical-coordinate representation of color #CE40E9: hue angle of 290.41º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE40E9 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 64 | 233 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.09 |
| HSL | 290.41º | 0.79% | 0.58% | - |
| HSV(B) | 290.41º | 0.73% | 0.91% | - |
| XYZ | 41.99 | 22.67 | 79.25 | - |
| YUV | 125.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 233 | 0.12 | 0.73 | 0 | 0.09 | 290.41 | 0.79 | 0.58 |
| Hex | CE | 40 | E9 | C | 49 | 0 | 9 | 122 | 4F | 3A |
| Octal | 316 | 100 | 351 | 14 | 111 | 0 | 11 | 442 | 117 | 72 |
| Binary | 11001110 | 1000000 | 11101001 | 1100 | 1001001 | 0 | 1001 | 100100010 | 1001111 | 111010 |
Color Harmonies of #CE40E9
Complementary color
Monochromatic Colors of #CE40E9
Black with #CE40E9
Text Example
Text Example
White with #CE40E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40E9; }
p { color: rgb(206,64,233); }
H1.HeaderClassName
{
color: #CE40E9;
}
.AnyTagClassName
{
color: #CE40E9;
}
</style>
background-color css
<style>
a { background-color: #CE40E9; }
a { background-color: rgb(206,64,233); }
div.DivClassName
{
background-color: #CE40E9;
}
.BgClassName
{
background-color: #CE40E9;
}
</style>
border-color css
<style>
span { border-color: #CE40E9; }
span { border-color: rgb(206,64,233); }
td.TdClassName
{
border-color: #CE40E9;
}
.TagClassName
{
border-color: #CE40E9;
}
</style>