Shades of Orchid #D371E0
Tints of Orchid #D371E0
RGB
CMYK
RGB Variations
Color information
#D371E0 (or 0xD371E0) is known color: Orchid. HEX triplet: D3, 71 and E0. RGB value is (211,113,224). Sum of RGB (Red+Green+Blue) = 211+113+224=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #D371E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371E0 is #2C8E1F. Grayscale: #9A9A9A. Windows color (decimal): -2919968 or 14709203. OLE color: 14709203.
HSL color Cylindrical-coordinate representation of color #D371E0: hue angle of 292.97º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D371E0 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 113 | 224 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.12 |
| HSL | 292.97º | 0.64% | 0.66% | - |
| HSV(B) | 292.97º | 0.5% | 0.88% | - |
| XYZ | 46.22 | 31.04 | 74.08 | - |
| YUV | 154.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 224 | 0.06 | 0.50 | 0 | 0.12 | 292.97 | 0.64 | 0.66 |
| Hex | D3 | 71 | E0 | 6 | 32 | 0 | C | 125 | 40 | 42 |
| Octal | 323 | 161 | 340 | 6 | 62 | 0 | 14 | 445 | 100 | 102 |
| Binary | 11010011 | 1110001 | 11100000 | 110 | 110010 | 0 | 1100 | 100100101 | 1000000 | 1000010 |
Color Harmonies of #D371E0
Complementary color
Monochromatic Colors of #D371E0
Black with #D371E0
Text Example
Text Example
White with #D371E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371E0; }
p { color: rgb(211,113,224); }
H1.HeaderClassName
{
color: #D371E0;
}
.AnyTagClassName
{
color: #D371E0;
}
</style>
background-color css
<style>
a { background-color: #D371E0; }
a { background-color: rgb(211,113,224); }
div.DivClassName
{
background-color: #D371E0;
}
.BgClassName
{
background-color: #D371E0;
}
</style>
border-color css
<style>
span { border-color: #D371E0; }
span { border-color: rgb(211,113,224); }
td.TdClassName
{
border-color: #D371E0;
}
.TagClassName
{
border-color: #D371E0;
}
</style>