Shades of Orchid #D77DD4
Tints of Orchid #D77DD4
RGB
CMYK
RGB Variations
Color information
#D77DD4 (or 0xD77DD4) is known color: Orchid. HEX triplet: D7, 7D and D4. RGB value is (215,125,212). Sum of RGB (Red+Green+Blue) = 215+125+212=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DD4 is #28822B. Grayscale: #A1A1A1. Windows color (decimal): -2654764 or 13925847. OLE color: 13925847.
HSL color Cylindrical-coordinate representation of color #D77DD4: hue angle of 302º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DD4 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 212 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.16 |
| HSL | 302º | 0.53% | 0.67% | - |
| HSV(B) | 302º | 0.42% | 0.84% | - |
| XYZ | 47.24 | 33.87 | 66.33 | - |
| YUV | 161.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 212 | 0 | 0.42 | 0.01 | 0.16 | 302 | 0.53 | 0.67 |
| Hex | D7 | 7D | D4 | 0 | 2A | 1 | 10 | 12E | 35 | 43 |
| Octal | 327 | 175 | 324 | 0 | 52 | 1 | 20 | 456 | 65 | 103 |
| Binary | 11010111 | 1111101 | 11010100 | 0 | 101010 | 1 | 10000 | 100101110 | 110101 | 1000011 |
Color Harmonies of #D77DD4
Complementary color
Monochromatic Colors of #D77DD4
Black with #D77DD4
Text Example
Text Example
White with #D77DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DD4; }
p { color: rgb(215,125,212); }
H1.HeaderClassName
{
color: #D77DD4;
}
.AnyTagClassName
{
color: #D77DD4;
}
</style>
background-color css
<style>
a { background-color: #D77DD4; }
a { background-color: rgb(215,125,212); }
div.DivClassName
{
background-color: #D77DD4;
}
.BgClassName
{
background-color: #D77DD4;
}
</style>
border-color css
<style>
span { border-color: #D77DD4; }
span { border-color: rgb(215,125,212); }
td.TdClassName
{
border-color: #D77DD4;
}
.TagClassName
{
border-color: #D77DD4;
}
</style>