Shades of Orchid #D77DDB
Tints of Orchid #D77DDB
RGB
CMYK
RGB Variations
Color information
#D77DDB (or 0xD77DDB) is known color: Orchid. HEX triplet: D7, 7D and DB. RGB value is (215,125,219). Sum of RGB (Red+Green+Blue) = 215+125+219=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #D77DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DDB is #288224. Grayscale: #A2A2A2. Windows color (decimal): -2654757 or 14384599. OLE color: 14384599.
HSL color Cylindrical-coordinate representation of color #D77DDB: hue angle of 297.45º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77DDB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 125 | 219 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.14 |
| HSL | 297.45º | 0.57% | 0.67% | - |
| HSV(B) | 297.45º | 0.43% | 0.86% | - |
| XYZ | 48.14 | 34.23 | 71.09 | - |
| YUV | 162.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 219 | 0.02 | 0.43 | 0 | 0.14 | 297.45 | 0.57 | 0.67 |
| Hex | D7 | 7D | DB | 2 | 2B | 0 | E | 129 | 39 | 43 |
| Octal | 327 | 175 | 333 | 2 | 53 | 0 | 16 | 451 | 71 | 103 |
| Binary | 11010111 | 1111101 | 11011011 | 10 | 101011 | 0 | 1110 | 100101001 | 111001 | 1000011 |
Color Harmonies of #D77DDB
Complementary color
Monochromatic Colors of #D77DDB
Black with #D77DDB
Text Example
Text Example
White with #D77DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DDB; }
p { color: rgb(215,125,219); }
H1.HeaderClassName
{
color: #D77DDB;
}
.AnyTagClassName
{
color: #D77DDB;
}
</style>
background-color css
<style>
a { background-color: #D77DDB; }
a { background-color: rgb(215,125,219); }
div.DivClassName
{
background-color: #D77DDB;
}
.BgClassName
{
background-color: #D77DDB;
}
</style>
border-color css
<style>
span { border-color: #D77DDB; }
span { border-color: rgb(215,125,219); }
td.TdClassName
{
border-color: #D77DDB;
}
.TagClassName
{
border-color: #D77DDB;
}
</style>