Shades of Orchid #D77BDB
Tints of Orchid #D77BDB
RGB
CMYK
RGB Variations
Color information
#D77BDB (or 0xD77BDB) is known color: Orchid. HEX triplet: D7, 7B and DB. RGB value is (215,123,219). Sum of RGB (Red+Green+Blue) = 215+123+219=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #D77BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BDB is #288424. Grayscale: #A1A1A1. Windows color (decimal): -2655269 or 14384087. OLE color: 14384087.
HSL color Cylindrical-coordinate representation of color #D77BDB: hue angle of 297.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77BDB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 123 | 219 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.14 |
| HSL | 297.5º | 0.57% | 0.67% | - |
| HSV(B) | 297.5º | 0.44% | 0.86% | - |
| XYZ | 47.89 | 33.73 | 71 | - |
| YUV | 161.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 219 | 0.02 | 0.44 | 0 | 0.14 | 297.5 | 0.57 | 0.67 |
| Hex | D7 | 7B | DB | 2 | 2C | 0 | E | 12A | 39 | 43 |
| Octal | 327 | 173 | 333 | 2 | 54 | 0 | 16 | 452 | 71 | 103 |
| Binary | 11010111 | 1111011 | 11011011 | 10 | 101100 | 0 | 1110 | 100101010 | 111001 | 1000011 |
Color Harmonies of #D77BDB
Complementary color
Monochromatic Colors of #D77BDB
Black with #D77BDB
Text Example
Text Example
White with #D77BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BDB; }
p { color: rgb(215,123,219); }
H1.HeaderClassName
{
color: #D77BDB;
}
.AnyTagClassName
{
color: #D77BDB;
}
</style>
background-color css
<style>
a { background-color: #D77BDB; }
a { background-color: rgb(215,123,219); }
div.DivClassName
{
background-color: #D77BDB;
}
.BgClassName
{
background-color: #D77BDB;
}
</style>
border-color css
<style>
span { border-color: #D77BDB; }
span { border-color: rgb(215,123,219); }
td.TdClassName
{
border-color: #D77BDB;
}
.TagClassName
{
border-color: #D77BDB;
}
</style>