Shades of Orchid #D77EE2
Tints of Orchid #D77EE2
RGB
CMYK
RGB Variations
Color information
#D77EE2 (or 0xD77EE2) is known color: Orchid. HEX triplet: D7, 7E and E2. RGB value is (215,126,226). Sum of RGB (Red+Green+Blue) = 215+126+226=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #D77EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EE2 is #28811D. Grayscale: #A3A3A3. Windows color (decimal): -2654494 or 14843607. OLE color: 14843607.
HSL color Cylindrical-coordinate representation of color #D77EE2: hue angle of 293.4º degrees, saturation: 0.63, 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 #D77EE2 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 126 | 226 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.11 |
| HSL | 293.4º | 0.63% | 0.69% | - |
| HSV(B) | 293.4º | 0.44% | 0.89% | - |
| XYZ | 49.21 | 34.86 | 76.09 | - |
| YUV | 164.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 226 | 0.05 | 0.44 | 0 | 0.11 | 293.4 | 0.63 | 0.69 |
| Hex | D7 | 7E | E2 | 5 | 2C | 0 | B | 125 | 3F | 45 |
| Octal | 327 | 176 | 342 | 5 | 54 | 0 | 13 | 445 | 77 | 105 |
| Binary | 11010111 | 1111110 | 11100010 | 101 | 101100 | 0 | 1011 | 100100101 | 111111 | 1000101 |
Color Harmonies of #D77EE2
Complementary color
Monochromatic Colors of #D77EE2
Black with #D77EE2
Text Example
Text Example
White with #D77EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EE2; }
p { color: rgb(215,126,226); }
H1.HeaderClassName
{
color: #D77EE2;
}
.AnyTagClassName
{
color: #D77EE2;
}
</style>
background-color css
<style>
a { background-color: #D77EE2; }
a { background-color: rgb(215,126,226); }
div.DivClassName
{
background-color: #D77EE2;
}
.BgClassName
{
background-color: #D77EE2;
}
</style>
border-color css
<style>
span { border-color: #D77EE2; }
span { border-color: rgb(215,126,226); }
td.TdClassName
{
border-color: #D77EE2;
}
.TagClassName
{
border-color: #D77EE2;
}
</style>