Shades of Orchid #D777DB
Tints of Orchid #D777DB
RGB
CMYK
RGB Variations
Color information
#D777DB (or 0xD777DB) is known color: Orchid. HEX triplet: D7, 77 and DB. RGB value is (215,119,219). Sum of RGB (Red+Green+Blue) = 215+119+219=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #D777DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777DB is #288824. Grayscale: #9E9E9E. Windows color (decimal): -2656293 or 14383063. OLE color: 14383063.
HSL color Cylindrical-coordinate representation of color #D777DB: hue angle of 297.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D777DB is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 119 | 219 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.14 |
| HSL | 297.6º | 0.58% | 0.66% | - |
| HSV(B) | 297.6º | 0.46% | 0.86% | - |
| XYZ | 47.41 | 32.76 | 70.84 | - |
| YUV | 159.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 219 | 0.02 | 0.46 | 0 | 0.14 | 297.6 | 0.58 | 0.66 |
| Hex | D7 | 77 | DB | 2 | 2E | 0 | E | 12A | 3A | 42 |
| Octal | 327 | 167 | 333 | 2 | 56 | 0 | 16 | 452 | 72 | 102 |
| Binary | 11010111 | 1110111 | 11011011 | 10 | 101110 | 0 | 1110 | 100101010 | 111010 | 1000010 |
Color Harmonies of #D777DB
Complementary color
Monochromatic Colors of #D777DB
Black with #D777DB
Text Example
Text Example
White with #D777DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777DB; }
p { color: rgb(215,119,219); }
H1.HeaderClassName
{
color: #D777DB;
}
.AnyTagClassName
{
color: #D777DB;
}
</style>
background-color css
<style>
a { background-color: #D777DB; }
a { background-color: rgb(215,119,219); }
div.DivClassName
{
background-color: #D777DB;
}
.BgClassName
{
background-color: #D777DB;
}
</style>
border-color css
<style>
span { border-color: #D777DB; }
span { border-color: rgb(215,119,219); }
td.TdClassName
{
border-color: #D777DB;
}
.TagClassName
{
border-color: #D777DB;
}
</style>