Shades of Medium Orchid #D240EB
Tints of Medium Orchid #D240EB
RGB
CMYK
RGB Variations
Color information
#D240EB (or 0xD240EB) is known color: Medium Orchid. HEX triplet: D2, 40 and EB. RGB value is (210,64,235). Sum of RGB (Red+Green+Blue) = 210+64+235=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #D240EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D240EB is #2DBF14. Grayscale: #7E7E7E. Windows color (decimal): -2998037 or 15417554. OLE color: 15417554.
HSL color Cylindrical-coordinate representation of color #D240EB: hue angle of 291.23º 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 #D240EB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 64 | 235 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.08 |
| HSL | 291.23º | 0.81% | 0.59% | - |
| HSV(B) | 291.23º | 0.73% | 0.92% | - |
| XYZ | 43.41 | 23.37 | 80.82 | - |
| YUV | 127.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 235 | 0.11 | 0.73 | 0 | 0.08 | 291.23 | 0.81 | 0.59 |
| Hex | D2 | 40 | EB | B | 49 | 0 | 8 | 123 | 51 | 3B |
| Octal | 322 | 100 | 353 | 13 | 111 | 0 | 10 | 443 | 121 | 73 |
| Binary | 11010010 | 1000000 | 11101011 | 1011 | 1001001 | 0 | 1000 | 100100011 | 1010001 | 111011 |
Color Harmonies of #D240EB
Complementary color
Monochromatic Colors of #D240EB
Black with #D240EB
Text Example
Text Example
White with #D240EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D240EB; }
p { color: rgb(210,64,235); }
H1.HeaderClassName
{
color: #D240EB;
}
.AnyTagClassName
{
color: #D240EB;
}
</style>
background-color css
<style>
a { background-color: #D240EB; }
a { background-color: rgb(210,64,235); }
div.DivClassName
{
background-color: #D240EB;
}
.BgClassName
{
background-color: #D240EB;
}
</style>
border-color css
<style>
span { border-color: #D240EB; }
span { border-color: rgb(210,64,235); }
td.TdClassName
{
border-color: #D240EB;
}
.TagClassName
{
border-color: #D240EB;
}
</style>