Shades of Orchid #D371D0
Tints of Orchid #D371D0
RGB
CMYK
RGB Variations
Color information
#D371D0 (or 0xD371D0) is known color: Orchid. HEX triplet: D3, 71 and D0. RGB value is (211,113,208). Sum of RGB (Red+Green+Blue) = 211+113+208=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D371D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371D0 is #2C8E2F. Grayscale: #989898. Windows color (decimal): -2919984 or 13660627. OLE color: 13660627.
HSL color Cylindrical-coordinate representation of color #D371D0: hue angle of 301.84º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D371D0 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 208 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.17 |
| HSL | 301.84º | 0.53% | 0.64% | - |
| HSV(B) | 301.84º | 0.46% | 0.83% | - |
| XYZ | 44.15 | 30.21 | 63.18 | - |
| YUV | 153.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 208 | 0 | 0.46 | 0.01 | 0.17 | 301.84 | 0.53 | 0.64 |
| Hex | D3 | 71 | D0 | 0 | 2E | 1 | 11 | 12E | 35 | 40 |
| Octal | 323 | 161 | 320 | 0 | 56 | 1 | 21 | 456 | 65 | 100 |
| Binary | 11010011 | 1110001 | 11010000 | 0 | 101110 | 1 | 10001 | 100101110 | 110101 | 1000000 |
Color Harmonies of #D371D0
Complementary color
Monochromatic Colors of #D371D0
Black with #D371D0
Text Example
Text Example
White with #D371D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371D0; }
p { color: rgb(211,113,208); }
H1.HeaderClassName
{
color: #D371D0;
}
.AnyTagClassName
{
color: #D371D0;
}
</style>
background-color css
<style>
a { background-color: #D371D0; }
a { background-color: rgb(211,113,208); }
div.DivClassName
{
background-color: #D371D0;
}
.BgClassName
{
background-color: #D371D0;
}
</style>
border-color css
<style>
span { border-color: #D371D0; }
span { border-color: rgb(211,113,208); }
td.TdClassName
{
border-color: #D371D0;
}
.TagClassName
{
border-color: #D371D0;
}
</style>