Shades of Orchid #D77ED6
Tints of Orchid #D77ED6
RGB
CMYK
RGB Variations
Color information
#D77ED6 (or 0xD77ED6) is known color: Orchid. HEX triplet: D7, 7E and D6. RGB value is (215,126,214). Sum of RGB (Red+Green+Blue) = 215+126+214=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ED6 is #288129. Grayscale: #A2A2A2. Windows color (decimal): -2654506 or 14057175. OLE color: 14057175.
HSL color Cylindrical-coordinate representation of color #D77ED6: hue angle of 300.67º 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 #D77ED6 is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 214 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.16 |
| HSL | 300.67º | 0.53% | 0.67% | - |
| HSV(B) | 300.67º | 0.41% | 0.84% | - |
| XYZ | 47.62 | 34.22 | 67.71 | - |
| YUV | 162.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 214 | 0 | 0.41 | 0.00 | 0.16 | 300.67 | 0.53 | 0.67 |
| Hex | D7 | 7E | D6 | 0 | 29 | 0 | 10 | 12D | 35 | 43 |
| Octal | 327 | 176 | 326 | 0 | 51 | 0 | 20 | 455 | 65 | 103 |
| Binary | 11010111 | 1111110 | 11010110 | 0 | 101001 | 0 | 10000 | 100101101 | 110101 | 1000011 |
Color Harmonies of #D77ED6
Complementary color
Monochromatic Colors of #D77ED6
Black with #D77ED6
Text Example
Text Example
White with #D77ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77ED6; }
p { color: rgb(215,126,214); }
H1.HeaderClassName
{
color: #D77ED6;
}
.AnyTagClassName
{
color: #D77ED6;
}
</style>
background-color css
<style>
a { background-color: #D77ED6; }
a { background-color: rgb(215,126,214); }
div.DivClassName
{
background-color: #D77ED6;
}
.BgClassName
{
background-color: #D77ED6;
}
</style>
border-color css
<style>
span { border-color: #D77ED6; }
span { border-color: rgb(215,126,214); }
td.TdClassName
{
border-color: #D77ED6;
}
.TagClassName
{
border-color: #D77ED6;
}
</style>