Shades of Medium Orchid #D331DF
Tints of Medium Orchid #D331DF
RGB
CMYK
RGB Variations
Color information
#D331DF (or 0xD331DF) is known color: Medium Orchid. HEX triplet: D3, 31 and DF. RGB value is (211,49,223). Sum of RGB (Red+Green+Blue) = 211+49+223=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #D331DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331DF is #2CCE20. Grayscale: #747474. Windows color (decimal): -2936353 or 14627283. OLE color: 14627283.
HSL color Cylindrical-coordinate representation of color #D331DF: hue angle of 295.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D331DF is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 49 | 223 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.13 |
| HSL | 295.86º | 0.73% | 0.53% | - |
| HSV(B) | 295.86º | 0.78% | 0.87% | - |
| XYZ | 41.28 | 21.37 | 71.76 | - |
| YUV | 117.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 223 | 0.05 | 0.78 | 0 | 0.13 | 295.86 | 0.73 | 0.53 |
| Hex | D3 | 31 | DF | 5 | 4E | 0 | D | 128 | 49 | 35 |
| Octal | 323 | 61 | 337 | 5 | 116 | 0 | 15 | 450 | 111 | 65 |
| Binary | 11010011 | 110001 | 11011111 | 101 | 1001110 | 0 | 1101 | 100101000 | 1001001 | 110101 |
Color Harmonies of #D331DF
Complementary color
Monochromatic Colors of #D331DF
Black with #D331DF
Text Example
Text Example
White with #D331DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331DF; }
p { color: rgb(211,49,223); }
H1.HeaderClassName
{
color: #D331DF;
}
.AnyTagClassName
{
color: #D331DF;
}
</style>
background-color css
<style>
a { background-color: #D331DF; }
a { background-color: rgb(211,49,223); }
div.DivClassName
{
background-color: #D331DF;
}
.BgClassName
{
background-color: #D331DF;
}
</style>
border-color css
<style>
span { border-color: #D331DF; }
span { border-color: rgb(211,49,223); }
td.TdClassName
{
border-color: #D331DF;
}
.TagClassName
{
border-color: #D331DF;
}
</style>