Shades of Orchid #D77ED3
Tints of Orchid #D77ED3
RGB
CMYK
RGB Variations
Color information
#D77ED3 (or 0xD77ED3) is known color: Orchid. HEX triplet: D7, 7E and D3. RGB value is (215,126,211). Sum of RGB (Red+Green+Blue) = 215+126+211=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ED3 is #28812C. Grayscale: #A2A2A2. Windows color (decimal): -2654509 or 13860567. OLE color: 13860567.
HSL color Cylindrical-coordinate representation of color #D77ED3: hue angle of 302.7º 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 #D77ED3 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 211 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.16 |
| HSL | 302.7º | 0.53% | 0.67% | - |
| HSV(B) | 302.7º | 0.41% | 0.84% | - |
| XYZ | 47.24 | 34.07 | 65.71 | - |
| YUV | 162.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 211 | 0 | 0.41 | 0.02 | 0.16 | 302.7 | 0.53 | 0.67 |
| Hex | D7 | 7E | D3 | 0 | 29 | 2 | 10 | 12F | 35 | 43 |
| Octal | 327 | 176 | 323 | 0 | 51 | 2 | 20 | 457 | 65 | 103 |
| Binary | 11010111 | 1111110 | 11010011 | 0 | 101001 | 10 | 10000 | 100101111 | 110101 | 1000011 |
Color Harmonies of #D77ED3
Complementary color
Monochromatic Colors of #D77ED3
Black with #D77ED3
Text Example
Text Example
White with #D77ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77ED3; }
p { color: rgb(215,126,211); }
H1.HeaderClassName
{
color: #D77ED3;
}
.AnyTagClassName
{
color: #D77ED3;
}
</style>
background-color css
<style>
a { background-color: #D77ED3; }
a { background-color: rgb(215,126,211); }
div.DivClassName
{
background-color: #D77ED3;
}
.BgClassName
{
background-color: #D77ED3;
}
</style>
border-color css
<style>
span { border-color: #D77ED3; }
span { border-color: rgb(215,126,211); }
td.TdClassName
{
border-color: #D77ED3;
}
.TagClassName
{
border-color: #D77ED3;
}
</style>