Shades of Orchid #D77FD0
Tints of Orchid #D77FD0
RGB
CMYK
RGB Variations
Color information
#D77FD0 (or 0xD77FD0) is known color: Orchid. HEX triplet: D7, 7F and D0. RGB value is (215,127,208). Sum of RGB (Red+Green+Blue) = 215+127+208=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FD0 is #28802F. Grayscale: #A2A2A2. Windows color (decimal): -2654256 or 13664215. OLE color: 13664215.
HSL color Cylindrical-coordinate representation of color #D77FD0: hue angle of 304.77º 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 #D77FD0 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 208 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.16 |
| HSL | 304.77º | 0.52% | 0.67% | - |
| HSV(B) | 304.77º | 0.41% | 0.84% | - |
| XYZ | 47 | 34.18 | 63.79 | - |
| YUV | 162.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 208 | 0 | 0.41 | 0.03 | 0.16 | 304.77 | 0.52 | 0.67 |
| Hex | D7 | 7F | D0 | 0 | 29 | 3 | 10 | 131 | 34 | 43 |
| Octal | 327 | 177 | 320 | 0 | 51 | 3 | 20 | 461 | 64 | 103 |
| Binary | 11010111 | 1111111 | 11010000 | 0 | 101001 | 11 | 10000 | 100110001 | 110100 | 1000011 |
Color Harmonies of #D77FD0
Complementary color
Monochromatic Colors of #D77FD0
Black with #D77FD0
Text Example
Text Example
White with #D77FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FD0; }
p { color: rgb(215,127,208); }
H1.HeaderClassName
{
color: #D77FD0;
}
.AnyTagClassName
{
color: #D77FD0;
}
</style>
background-color css
<style>
a { background-color: #D77FD0; }
a { background-color: rgb(215,127,208); }
div.DivClassName
{
background-color: #D77FD0;
}
.BgClassName
{
background-color: #D77FD0;
}
</style>
border-color css
<style>
span { border-color: #D77FD0; }
span { border-color: rgb(215,127,208); }
td.TdClassName
{
border-color: #D77FD0;
}
.TagClassName
{
border-color: #D77FD0;
}
</style>