Shades of Orchid #D771E1
Tints of Orchid #D771E1
RGB
CMYK
RGB Variations
Color information
#D771E1 (or 0xD771E1) is known color: Orchid. HEX triplet: D7, 71 and E1. RGB value is (215,113,225). Sum of RGB (Red+Green+Blue) = 215+113+225=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #D771E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771E1 is #288E1E. Grayscale: #9B9B9B. Windows color (decimal): -2657823 or 14774743. OLE color: 14774743.
HSL color Cylindrical-coordinate representation of color #D771E1: hue angle of 294.64º degrees, saturation: 0.65, 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 #D771E1 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 113 | 225 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.12 |
| HSL | 294.64º | 0.65% | 0.66% | - |
| HSV(B) | 294.64º | 0.5% | 0.88% | - |
| XYZ | 47.52 | 31.69 | 74.85 | - |
| YUV | 156.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 225 | 0.04 | 0.50 | 0 | 0.12 | 294.64 | 0.65 | 0.66 |
| Hex | D7 | 71 | E1 | 4 | 32 | 0 | C | 127 | 41 | 42 |
| Octal | 327 | 161 | 341 | 4 | 62 | 0 | 14 | 447 | 101 | 102 |
| Binary | 11010111 | 1110001 | 11100001 | 100 | 110010 | 0 | 1100 | 100100111 | 1000001 | 1000010 |
Color Harmonies of #D771E1
Complementary color
Monochromatic Colors of #D771E1
Black with #D771E1
Text Example
Text Example
White with #D771E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D771E1; }
p { color: rgb(215,113,225); }
H1.HeaderClassName
{
color: #D771E1;
}
.AnyTagClassName
{
color: #D771E1;
}
</style>
background-color css
<style>
a { background-color: #D771E1; }
a { background-color: rgb(215,113,225); }
div.DivClassName
{
background-color: #D771E1;
}
.BgClassName
{
background-color: #D771E1;
}
</style>
border-color css
<style>
span { border-color: #D771E1; }
span { border-color: rgb(215,113,225); }
td.TdClassName
{
border-color: #D771E1;
}
.TagClassName
{
border-color: #D771E1;
}
</style>