Shades of Orchid #D77ADB
Tints of Orchid #D77ADB
RGB
CMYK
RGB Variations
Color information
#D77ADB (or 0xD77ADB) is known color: Orchid. HEX triplet: D7, 7A and DB. RGB value is (215,122,219). Sum of RGB (Red+Green+Blue) = 215+122+219=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #D77ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ADB is #288524. Grayscale: #A0A0A0. Windows color (decimal): -2655525 or 14383831. OLE color: 14383831.
HSL color Cylindrical-coordinate representation of color #D77ADB: hue angle of 297.53º 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 #D77ADB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 122 | 219 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.14 |
| HSL | 297.53º | 0.57% | 0.67% | - |
| HSV(B) | 297.53º | 0.44% | 0.86% | - |
| XYZ | 47.77 | 33.48 | 70.96 | - |
| YUV | 160.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 219 | 0.02 | 0.44 | 0 | 0.14 | 297.53 | 0.57 | 0.67 |
| Hex | D7 | 7A | DB | 2 | 2C | 0 | E | 12A | 39 | 43 |
| Octal | 327 | 172 | 333 | 2 | 54 | 0 | 16 | 452 | 71 | 103 |
| Binary | 11010111 | 1111010 | 11011011 | 10 | 101100 | 0 | 1110 | 100101010 | 111001 | 1000011 |
Color Harmonies of #D77ADB
Complementary color
Monochromatic Colors of #D77ADB
Black with #D77ADB
Text Example
Text Example
White with #D77ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77ADB; }
p { color: rgb(215,122,219); }
H1.HeaderClassName
{
color: #D77ADB;
}
.AnyTagClassName
{
color: #D77ADB;
}
</style>
background-color css
<style>
a { background-color: #D77ADB; }
a { background-color: rgb(215,122,219); }
div.DivClassName
{
background-color: #D77ADB;
}
.BgClassName
{
background-color: #D77ADB;
}
</style>
border-color css
<style>
span { border-color: #D77ADB; }
span { border-color: rgb(215,122,219); }
td.TdClassName
{
border-color: #D77ADB;
}
.TagClassName
{
border-color: #D77ADB;
}
</style>