Shades of Orchid #D871E0
Tints of Orchid #D871E0
RGB
CMYK
RGB Variations
Color information
#D871E0 (or 0xD871E0) is known color: Orchid. HEX triplet: D8, 71 and E0. RGB value is (216,113,224). Sum of RGB (Red+Green+Blue) = 216+113+224=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #D871E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871E0 is #278E1F. Grayscale: #9C9C9C. Windows color (decimal): -2592288 or 14709208. OLE color: 14709208.
HSL color Cylindrical-coordinate representation of color #D871E0: hue angle of 295.68º 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 #D871E0 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 113 | 224 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.12 |
| HSL | 295.68º | 0.64% | 0.66% | - |
| HSV(B) | 295.68º | 0.5% | 0.88% | - |
| XYZ | 47.68 | 31.79 | 74.14 | - |
| YUV | 156.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 224 | 0.04 | 0.50 | 0 | 0.12 | 295.68 | 0.64 | 0.66 |
| Hex | D8 | 71 | E0 | 4 | 32 | 0 | C | 128 | 40 | 42 |
| Octal | 330 | 161 | 340 | 4 | 62 | 0 | 14 | 450 | 100 | 102 |
| Binary | 11011000 | 1110001 | 11100000 | 100 | 110010 | 0 | 1100 | 100101000 | 1000000 | 1000010 |
Color Harmonies of #D871E0
Complementary color
Monochromatic Colors of #D871E0
Black with #D871E0
Text Example
Text Example
White with #D871E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D871E0; }
p { color: rgb(216,113,224); }
H1.HeaderClassName
{
color: #D871E0;
}
.AnyTagClassName
{
color: #D871E0;
}
</style>
background-color css
<style>
a { background-color: #D871E0; }
a { background-color: rgb(216,113,224); }
div.DivClassName
{
background-color: #D871E0;
}
.BgClassName
{
background-color: #D871E0;
}
</style>
border-color css
<style>
span { border-color: #D871E0; }
span { border-color: rgb(216,113,224); }
td.TdClassName
{
border-color: #D871E0;
}
.TagClassName
{
border-color: #D871E0;
}
</style>