Shades of Medium Orchid #D231E6
Tints of Medium Orchid #D231E6
RGB
CMYK
RGB Variations
Color information
#D231E6 (or 0xD231E6) is known color: Medium Orchid. HEX triplet: D2, 31 and E6. RGB value is (210,49,230). Sum of RGB (Red+Green+Blue) = 210+49+230=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #D231E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231E6 is #2DCE19. Grayscale: #757575. Windows color (decimal): -3001882 or 15086034. OLE color: 15086034.
HSL color Cylindrical-coordinate representation of color #D231E6: hue angle of 293.37º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D231E6 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 49 | 230 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.10 |
| HSL | 293.37º | 0.78% | 0.55% | - |
| HSV(B) | 293.37º | 0.79% | 0.9% | - |
| XYZ | 41.96 | 21.61 | 76.82 | - |
| YUV | 117.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 230 | 0.09 | 0.79 | 0 | 0.10 | 293.37 | 0.78 | 0.55 |
| Hex | D2 | 31 | E6 | 9 | 4F | 0 | A | 125 | 4E | 37 |
| Octal | 322 | 61 | 346 | 11 | 117 | 0 | 12 | 445 | 116 | 67 |
| Binary | 11010010 | 110001 | 11100110 | 1001 | 1001111 | 0 | 1010 | 100100101 | 1001110 | 110111 |
Color Harmonies of #D231E6
Complementary color
Monochromatic Colors of #D231E6
Black with #D231E6
Text Example
Text Example
White with #D231E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231E6; }
p { color: rgb(210,49,230); }
H1.HeaderClassName
{
color: #D231E6;
}
.AnyTagClassName
{
color: #D231E6;
}
</style>
background-color css
<style>
a { background-color: #D231E6; }
a { background-color: rgb(210,49,230); }
div.DivClassName
{
background-color: #D231E6;
}
.BgClassName
{
background-color: #D231E6;
}
</style>
border-color css
<style>
span { border-color: #D231E6; }
span { border-color: rgb(210,49,230); }
td.TdClassName
{
border-color: #D231E6;
}
.TagClassName
{
border-color: #D231E6;
}
</style>