Shades of Orchid #D77CDB
Tints of Orchid #D77CDB
RGB
CMYK
RGB Variations
Color information
#D77CDB (or 0xD77CDB) is known color: Orchid. HEX triplet: D7, 7C and DB. RGB value is (215,124,219). Sum of RGB (Red+Green+Blue) = 215+124+219=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D77CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CDB is #288324. Grayscale: #A1A1A1. Windows color (decimal): -2655013 or 14384343. OLE color: 14384343.
HSL color Cylindrical-coordinate representation of color #D77CDB: hue angle of 297.47º 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 #D77CDB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 124 | 219 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.14 |
| HSL | 297.47º | 0.57% | 0.67% | - |
| HSV(B) | 297.47º | 0.43% | 0.86% | - |
| XYZ | 48.02 | 33.98 | 71.05 | - |
| YUV | 162.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 219 | 0.02 | 0.43 | 0 | 0.14 | 297.47 | 0.57 | 0.67 |
| Hex | D7 | 7C | DB | 2 | 2B | 0 | E | 129 | 39 | 43 |
| Octal | 327 | 174 | 333 | 2 | 53 | 0 | 16 | 451 | 71 | 103 |
| Binary | 11010111 | 1111100 | 11011011 | 10 | 101011 | 0 | 1110 | 100101001 | 111001 | 1000011 |
Color Harmonies of #D77CDB
Complementary color
Monochromatic Colors of #D77CDB
Black with #D77CDB
Text Example
Text Example
White with #D77CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CDB; }
p { color: rgb(215,124,219); }
H1.HeaderClassName
{
color: #D77CDB;
}
.AnyTagClassName
{
color: #D77CDB;
}
</style>
background-color css
<style>
a { background-color: #D77CDB; }
a { background-color: rgb(215,124,219); }
div.DivClassName
{
background-color: #D77CDB;
}
.BgClassName
{
background-color: #D77CDB;
}
</style>
border-color css
<style>
span { border-color: #D77CDB; }
span { border-color: rgb(215,124,219); }
td.TdClassName
{
border-color: #D77CDB;
}
.TagClassName
{
border-color: #D77CDB;
}
</style>