Shades of Orchid #D77DBD
Tints of Orchid #D77DBD
RGB
CMYK
RGB Variations
Color information
#D77DBD (or 0xD77DBD) is known color: Orchid. HEX triplet: D7, 7D and BD. RGB value is (215,125,189). Sum of RGB (Red+Green+Blue) = 215+125+189=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DBD is #288242. Grayscale: #9F9F9F. Windows color (decimal): -2654787 or 12418519. OLE color: 12418519.
HSL color Cylindrical-coordinate representation of color #D77DBD: hue angle of 317.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DBD is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 189 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.16 |
| HSL | 317.33º | 0.53% | 0.67% | - |
| HSV(B) | 317.33º | 0.42% | 0.84% | - |
| XYZ | 44.54 | 32.79 | 52.13 | - |
| YUV | 159.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 189 | 0 | 0.42 | 0.12 | 0.16 | 317.33 | 0.53 | 0.67 |
| Hex | D7 | 7D | BD | 0 | 2A | C | 10 | 13D | 35 | 43 |
| Octal | 327 | 175 | 275 | 0 | 52 | 14 | 20 | 475 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10111101 | 0 | 101010 | 1100 | 10000 | 100111101 | 110101 | 1000011 |
Color Harmonies of #D77DBD
Complementary color
Monochromatic Colors of #D77DBD
Black with #D77DBD
Text Example
Text Example
White with #D77DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DBD; }
p { color: rgb(215,125,189); }
H1.HeaderClassName
{
color: #D77DBD;
}
.AnyTagClassName
{
color: #D77DBD;
}
</style>
background-color css
<style>
a { background-color: #D77DBD; }
a { background-color: rgb(215,125,189); }
div.DivClassName
{
background-color: #D77DBD;
}
.BgClassName
{
background-color: #D77DBD;
}
</style>
border-color css
<style>
span { border-color: #D77DBD; }
span { border-color: rgb(215,125,189); }
td.TdClassName
{
border-color: #D77DBD;
}
.TagClassName
{
border-color: #D77DBD;
}
</style>