Shades of Orchid #D77ECD
Tints of Orchid #D77ECD
RGB
CMYK
RGB Variations
Color information
#D77ECD (or 0xD77ECD) is known color: Orchid. HEX triplet: D7, 7E and CD. RGB value is (215,126,205). Sum of RGB (Red+Green+Blue) = 215+126+205=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ECD is #288132. Grayscale: #A1A1A1. Windows color (decimal): -2654515 or 13467351. OLE color: 13467351.
HSL color Cylindrical-coordinate representation of color #D77ECD: hue angle of 306.74º degrees, saturation: 0.53, 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 #D77ECD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 205 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.16 |
| HSL | 306.74º | 0.53% | 0.67% | - |
| HSV(B) | 306.74º | 0.41% | 0.84% | - |
| XYZ | 46.5 | 33.78 | 61.83 | - |
| YUV | 161.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 205 | 0 | 0.41 | 0.05 | 0.16 | 306.74 | 0.53 | 0.67 |
| Hex | D7 | 7E | CD | 0 | 29 | 5 | 10 | 133 | 35 | 43 |
| Octal | 327 | 176 | 315 | 0 | 51 | 5 | 20 | 463 | 65 | 103 |
| Binary | 11010111 | 1111110 | 11001101 | 0 | 101001 | 101 | 10000 | 100110011 | 110101 | 1000011 |
Color Harmonies of #D77ECD
Complementary color
Monochromatic Colors of #D77ECD
Black with #D77ECD
Text Example
Text Example
White with #D77ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77ECD; }
p { color: rgb(215,126,205); }
H1.HeaderClassName
{
color: #D77ECD;
}
.AnyTagClassName
{
color: #D77ECD;
}
</style>
background-color css
<style>
a { background-color: #D77ECD; }
a { background-color: rgb(215,126,205); }
div.DivClassName
{
background-color: #D77ECD;
}
.BgClassName
{
background-color: #D77ECD;
}
</style>
border-color css
<style>
span { border-color: #D77ECD; }
span { border-color: rgb(215,126,205); }
td.TdClassName
{
border-color: #D77ECD;
}
.TagClassName
{
border-color: #D77ECD;
}
</style>