Shades of Orchid #D77DD9
Tints of Orchid #D77DD9
RGB
CMYK
RGB Variations
Color information
#D77DD9 (or 0xD77DD9) is known color: Orchid. HEX triplet: D7, 7D and D9. RGB value is (215,125,217). Sum of RGB (Red+Green+Blue) = 215+125+217=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #D77DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DD9 is #288226. Grayscale: #A2A2A2. Windows color (decimal): -2654759 or 14253527. OLE color: 14253527.
HSL color Cylindrical-coordinate representation of color #D77DD9: hue angle of 298.7º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DD9 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 125 | 217 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.15 |
| HSL | 298.7º | 0.55% | 0.67% | - |
| HSV(B) | 298.7º | 0.42% | 0.85% | - |
| XYZ | 47.88 | 34.12 | 69.71 | - |
| YUV | 162.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 217 | 0.01 | 0.42 | 0 | 0.15 | 298.7 | 0.55 | 0.67 |
| Hex | D7 | 7D | D9 | 1 | 2A | 0 | F | 12B | 37 | 43 |
| Octal | 327 | 175 | 331 | 1 | 52 | 0 | 17 | 453 | 67 | 103 |
| Binary | 11010111 | 1111101 | 11011001 | 1 | 101010 | 0 | 1111 | 100101011 | 110111 | 1000011 |
Color Harmonies of #D77DD9
Complementary color
Monochromatic Colors of #D77DD9
Black with #D77DD9
Text Example
Text Example
White with #D77DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DD9; }
p { color: rgb(215,125,217); }
H1.HeaderClassName
{
color: #D77DD9;
}
.AnyTagClassName
{
color: #D77DD9;
}
</style>
background-color css
<style>
a { background-color: #D77DD9; }
a { background-color: rgb(215,125,217); }
div.DivClassName
{
background-color: #D77DD9;
}
.BgClassName
{
background-color: #D77DD9;
}
</style>
border-color css
<style>
span { border-color: #D77DD9; }
span { border-color: rgb(215,125,217); }
td.TdClassName
{
border-color: #D77DD9;
}
.TagClassName
{
border-color: #D77DD9;
}
</style>