Shades of Medium Orchid #D241EE
Tints of Medium Orchid #D241EE
RGB
CMYK
RGB Variations
Color information
#D241EE (or 0xD241EE) is known color: Medium Orchid. HEX triplet: D2, 41 and EE. RGB value is (210,65,238). Sum of RGB (Red+Green+Blue) = 210+65+238=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #D241EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241EE is #2DBE11. Grayscale: #7F7F7F. Windows color (decimal): -2997778 or 15614418. OLE color: 15614418.
HSL color Cylindrical-coordinate representation of color #D241EE: hue angle of 290.29º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D241EE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 65 | 238 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.07 |
| HSL | 290.29º | 0.84% | 0.59% | - |
| HSV(B) | 290.29º | 0.73% | 0.93% | - |
| XYZ | 43.9 | 23.66 | 83.14 | - |
| YUV | 128.08 | 190.04 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 238 | 0.12 | 0.73 | 0 | 0.07 | 290.29 | 0.84 | 0.59 |
| Hex | D2 | 41 | EE | C | 49 | 0 | 7 | 122 | 54 | 3B |
| Octal | 322 | 101 | 356 | 14 | 111 | 0 | 7 | 442 | 124 | 73 |
| Binary | 11010010 | 1000001 | 11101110 | 1100 | 1001001 | 0 | 111 | 100100010 | 1010100 | 111011 |
Color Harmonies of #D241EE
Complementary color
Monochromatic Colors of #D241EE
Black with #D241EE
Text Example
Text Example
White with #D241EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241EE; }
p { color: rgb(210,65,238); }
H1.HeaderClassName
{
color: #D241EE;
}
.AnyTagClassName
{
color: #D241EE;
}
</style>
background-color css
<style>
a { background-color: #D241EE; }
a { background-color: rgb(210,65,238); }
div.DivClassName
{
background-color: #D241EE;
}
.BgClassName
{
background-color: #D241EE;
}
</style>
border-color css
<style>
span { border-color: #D241EE; }
span { border-color: rgb(210,65,238); }
td.TdClassName
{
border-color: #D241EE;
}
.TagClassName
{
border-color: #D241EE;
}
</style>