Shades of Orchid #D77EE5
Tints of Orchid #D77EE5
RGB
CMYK
RGB Variations
Color information
#D77EE5 (or 0xD77EE5) is known color: Orchid. HEX triplet: D7, 7E and E5. RGB value is (215,126,229). Sum of RGB (Red+Green+Blue) = 215+126+229=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #D77EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EE5 is #28811A. Grayscale: #A4A4A4. Windows color (decimal): -2654491 or 15040215. OLE color: 15040215.
HSL color Cylindrical-coordinate representation of color #D77EE5: hue angle of 291.84º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77EE5 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 126 | 229 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.10 |
| HSL | 291.84º | 0.66% | 0.7% | - |
| HSV(B) | 291.84º | 0.45% | 0.9% | - |
| XYZ | 49.63 | 35.03 | 78.27 | - |
| YUV | 164.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 229 | 0.06 | 0.45 | 0 | 0.10 | 291.84 | 0.66 | 0.7 |
| Hex | D7 | 7E | E5 | 6 | 2D | 0 | A | 124 | 42 | 46 |
| Octal | 327 | 176 | 345 | 6 | 55 | 0 | 12 | 444 | 102 | 106 |
| Binary | 11010111 | 1111110 | 11100101 | 110 | 101101 | 0 | 1010 | 100100100 | 1000010 | 1000110 |
Color Harmonies of #D77EE5
Complementary color
Monochromatic Colors of #D77EE5
Black with #D77EE5
Text Example
Text Example
White with #D77EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EE5; }
p { color: rgb(215,126,229); }
H1.HeaderClassName
{
color: #D77EE5;
}
.AnyTagClassName
{
color: #D77EE5;
}
</style>
background-color css
<style>
a { background-color: #D77EE5; }
a { background-color: rgb(215,126,229); }
div.DivClassName
{
background-color: #D77EE5;
}
.BgClassName
{
background-color: #D77EE5;
}
</style>
border-color css
<style>
span { border-color: #D77EE5; }
span { border-color: rgb(215,126,229); }
td.TdClassName
{
border-color: #D77EE5;
}
.TagClassName
{
border-color: #D77EE5;
}
</style>