Shades of Orchid #D77FD1
Tints of Orchid #D77FD1
RGB
CMYK
RGB Variations
Color information
#D77FD1 (or 0xD77FD1) is known color: Orchid. HEX triplet: D7, 7F and D1. RGB value is (215,127,209). Sum of RGB (Red+Green+Blue) = 215+127+209=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FD1 is #28802E. Grayscale: #A2A2A2. Windows color (decimal): -2654255 or 13729751. OLE color: 13729751.
HSL color Cylindrical-coordinate representation of color #D77FD1: hue angle of 304.09º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FD1 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 209 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.16 |
| HSL | 304.09º | 0.52% | 0.67% | - |
| HSV(B) | 304.09º | 0.41% | 0.84% | - |
| XYZ | 47.12 | 34.23 | 64.44 | - |
| YUV | 162.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 209 | 0 | 0.41 | 0.03 | 0.16 | 304.09 | 0.52 | 0.67 |
| Hex | D7 | 7F | D1 | 0 | 29 | 3 | 10 | 130 | 34 | 43 |
| Octal | 327 | 177 | 321 | 0 | 51 | 3 | 20 | 460 | 64 | 103 |
| Binary | 11010111 | 1111111 | 11010001 | 0 | 101001 | 11 | 10000 | 100110000 | 110100 | 1000011 |
Color Harmonies of #D77FD1
Complementary color
Monochromatic Colors of #D77FD1
Black with #D77FD1
Text Example
Text Example
White with #D77FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FD1; }
p { color: rgb(215,127,209); }
H1.HeaderClassName
{
color: #D77FD1;
}
.AnyTagClassName
{
color: #D77FD1;
}
</style>
background-color css
<style>
a { background-color: #D77FD1; }
a { background-color: rgb(215,127,209); }
div.DivClassName
{
background-color: #D77FD1;
}
.BgClassName
{
background-color: #D77FD1;
}
</style>
border-color css
<style>
span { border-color: #D77FD1; }
span { border-color: rgb(215,127,209); }
td.TdClassName
{
border-color: #D77FD1;
}
.TagClassName
{
border-color: #D77FD1;
}
</style>