Shades of Medium Orchid #D231EF
Tints of Medium Orchid #D231EF
RGB
CMYK
RGB Variations
Color information
#D231EF (or 0xD231EF) is known color: Medium Orchid. HEX triplet: D2, 31 and EF. RGB value is (210,49,239). Sum of RGB (Red+Green+Blue) = 210+49+239=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #D231EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231EF is #2DCE10. Grayscale: #767676. Windows color (decimal): -3001873 or 15675858. OLE color: 15675858.
HSL color Cylindrical-coordinate representation of color #D231EF: hue angle of 290.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D231EF is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 49 | 239 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.06 |
| HSL | 290.84º | 0.86% | 0.56% | - |
| HSV(B) | 290.84º | 0.79% | 0.94% | - |
| XYZ | 43.26 | 22.13 | 83.65 | - |
| YUV | 118.8 | 195.84 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 239 | 0.12 | 0.79 | 0 | 0.06 | 290.84 | 0.86 | 0.56 |
| Hex | D2 | 31 | EF | C | 4F | 0 | 6 | 123 | 56 | 38 |
| Octal | 322 | 61 | 357 | 14 | 117 | 0 | 6 | 443 | 126 | 70 |
| Binary | 11010010 | 110001 | 11101111 | 1100 | 1001111 | 0 | 110 | 100100011 | 1010110 | 111000 |
Color Harmonies of #D231EF
Complementary color
Monochromatic Colors of #D231EF
Black with #D231EF
Text Example
Text Example
White with #D231EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231EF; }
p { color: rgb(210,49,239); }
H1.HeaderClassName
{
color: #D231EF;
}
.AnyTagClassName
{
color: #D231EF;
}
</style>
background-color css
<style>
a { background-color: #D231EF; }
a { background-color: rgb(210,49,239); }
div.DivClassName
{
background-color: #D231EF;
}
.BgClassName
{
background-color: #D231EF;
}
</style>
border-color css
<style>
span { border-color: #D231EF; }
span { border-color: rgb(210,49,239); }
td.TdClassName
{
border-color: #D231EF;
}
.TagClassName
{
border-color: #D231EF;
}
</style>