Shades of Medium Orchid #D240E0
Tints of Medium Orchid #D240E0
RGB
CMYK
RGB Variations
Color information
#D240E0 (or 0xD240E0) is known color: Medium Orchid. HEX triplet: D2, 40 and E0. RGB value is (210,64,224). Sum of RGB (Red+Green+Blue) = 210+64+224=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #D240E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240E0 is #2DBF1F. Grayscale: #7D7D7D. Windows color (decimal): -2998048 or 14696658. OLE color: 14696658.
HSL color Cylindrical-coordinate representation of color #D240E0: hue angle of 294.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D240E0 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 64 | 224 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.12 |
| HSL | 294.75º | 0.72% | 0.56% | - |
| HSV(B) | 294.75º | 0.71% | 0.88% | - |
| XYZ | 41.87 | 22.75 | 72.71 | - |
| YUV | 125.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 224 | 0.06 | 0.71 | 0 | 0.12 | 294.75 | 0.72 | 0.56 |
| Hex | D2 | 40 | E0 | 6 | 47 | 0 | C | 127 | 48 | 38 |
| Octal | 322 | 100 | 340 | 6 | 107 | 0 | 14 | 447 | 110 | 70 |
| Binary | 11010010 | 1000000 | 11100000 | 110 | 1000111 | 0 | 1100 | 100100111 | 1001000 | 111000 |
Color Harmonies of #D240E0
Complementary color
Monochromatic Colors of #D240E0
Black with #D240E0
Text Example
Text Example
White with #D240E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D240E0; }
p { color: rgb(210,64,224); }
H1.HeaderClassName
{
color: #D240E0;
}
.AnyTagClassName
{
color: #D240E0;
}
</style>
background-color css
<style>
a { background-color: #D240E0; }
a { background-color: rgb(210,64,224); }
div.DivClassName
{
background-color: #D240E0;
}
.BgClassName
{
background-color: #D240E0;
}
</style>
border-color css
<style>
span { border-color: #D240E0; }
span { border-color: rgb(210,64,224); }
td.TdClassName
{
border-color: #D240E0;
}
.TagClassName
{
border-color: #D240E0;
}
</style>