Shades of Orchid #D771BC
Tints of Orchid #D771BC
RGB
CMYK
RGB Variations
Color information
#D771BC (or 0xD771BC) is known color: Orchid. HEX triplet: D7, 71 and BC. RGB value is (215,113,188). Sum of RGB (Red+Green+Blue) = 215+113+188=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D771BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771BC is #288E43. Grayscale: #979797. Windows color (decimal): -2657860 or 12349911. OLE color: 12349911.
HSL color Cylindrical-coordinate representation of color #D771BC: hue angle of 315.88º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771BC is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 188 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.16 |
| HSL | 315.88º | 0.56% | 0.64% | - |
| HSV(B) | 315.88º | 0.47% | 0.84% | - |
| XYZ | 43.01 | 29.89 | 51.08 | - |
| YUV | 152.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 188 | 0 | 0.47 | 0.13 | 0.16 | 315.88 | 0.56 | 0.64 |
| Hex | D7 | 71 | BC | 0 | 2F | D | 10 | 13C | 38 | 40 |
| Octal | 327 | 161 | 274 | 0 | 57 | 15 | 20 | 474 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10111100 | 0 | 101111 | 1101 | 10000 | 100111100 | 111000 | 1000000 |
Color Harmonies of #D771BC
Complementary color
Monochromatic Colors of #D771BC
Black with #D771BC
Text Example
Text Example
White with #D771BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D771BC; }
p { color: rgb(215,113,188); }
H1.HeaderClassName
{
color: #D771BC;
}
.AnyTagClassName
{
color: #D771BC;
}
</style>
background-color css
<style>
a { background-color: #D771BC; }
a { background-color: rgb(215,113,188); }
div.DivClassName
{
background-color: #D771BC;
}
.BgClassName
{
background-color: #D771BC;
}
</style>
border-color css
<style>
span { border-color: #D771BC; }
span { border-color: rgb(215,113,188); }
td.TdClassName
{
border-color: #D771BC;
}
.TagClassName
{
border-color: #D771BC;
}
</style>