Shades of Orchid #D77EE3
Tints of Orchid #D77EE3
RGB
CMYK
RGB Variations
Color information
#D77EE3 (or 0xD77EE3) is known color: Orchid. HEX triplet: D7, 7E and E3. RGB value is (215,126,227). Sum of RGB (Red+Green+Blue) = 215+126+227=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #D77EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EE3 is #28811C. Grayscale: #A3A3A3. Windows color (decimal): -2654493 or 14909143. OLE color: 14909143.
HSL color Cylindrical-coordinate representation of color #D77EE3: hue angle of 292.87º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77EE3 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 126 | 227 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.11 |
| HSL | 292.87º | 0.64% | 0.69% | - |
| HSV(B) | 292.87º | 0.44% | 0.89% | - |
| XYZ | 49.35 | 34.91 | 76.81 | - |
| YUV | 164.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 227 | 0.05 | 0.44 | 0 | 0.11 | 292.87 | 0.64 | 0.69 |
| Hex | D7 | 7E | E3 | 5 | 2C | 0 | B | 125 | 40 | 45 |
| Octal | 327 | 176 | 343 | 5 | 54 | 0 | 13 | 445 | 100 | 105 |
| Binary | 11010111 | 1111110 | 11100011 | 101 | 101100 | 0 | 1011 | 100100101 | 1000000 | 1000101 |
Color Harmonies of #D77EE3
Complementary color
Monochromatic Colors of #D77EE3
Black with #D77EE3
Text Example
Text Example
White with #D77EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EE3; }
p { color: rgb(215,126,227); }
H1.HeaderClassName
{
color: #D77EE3;
}
.AnyTagClassName
{
color: #D77EE3;
}
</style>
background-color css
<style>
a { background-color: #D77EE3; }
a { background-color: rgb(215,126,227); }
div.DivClassName
{
background-color: #D77EE3;
}
.BgClassName
{
background-color: #D77EE3;
}
</style>
border-color css
<style>
span { border-color: #D77EE3; }
span { border-color: rgb(215,126,227); }
td.TdClassName
{
border-color: #D77EE3;
}
.TagClassName
{
border-color: #D77EE3;
}
</style>