Shades of Orchid #D077DB
Tints of Orchid #D077DB
RGB
CMYK
RGB Variations
Color information
#D077DB (or 0xD077DB) is known color: Orchid. HEX triplet: D0, 77 and DB. RGB value is (208,119,219). Sum of RGB (Red+Green+Blue) = 208+119+219=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #D077DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077DB is #2F8824. Grayscale: #9C9C9C. Windows color (decimal): -3115045 or 14383056. OLE color: 14383056.
HSL color Cylindrical-coordinate representation of color #D077DB: hue angle of 293.4º 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 #D077DB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 119 | 219 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.14 |
| HSL | 293.4º | 0.58% | 0.66% | - |
| HSV(B) | 293.4º | 0.46% | 0.86% | - |
| XYZ | 45.4 | 31.72 | 70.75 | - |
| YUV | 157.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 219 | 0.05 | 0.46 | 0 | 0.14 | 293.4 | 0.58 | 0.66 |
| Hex | D0 | 77 | DB | 5 | 2E | 0 | E | 125 | 3A | 42 |
| Octal | 320 | 167 | 333 | 5 | 56 | 0 | 16 | 445 | 72 | 102 |
| Binary | 11010000 | 1110111 | 11011011 | 101 | 101110 | 0 | 1110 | 100100101 | 111010 | 1000010 |
Color Harmonies of #D077DB
Complementary color
Monochromatic Colors of #D077DB
Black with #D077DB
Text Example
Text Example
White with #D077DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077DB; }
p { color: rgb(208,119,219); }
H1.HeaderClassName
{
color: #D077DB;
}
.AnyTagClassName
{
color: #D077DB;
}
</style>
background-color css
<style>
a { background-color: #D077DB; }
a { background-color: rgb(208,119,219); }
div.DivClassName
{
background-color: #D077DB;
}
.BgClassName
{
background-color: #D077DB;
}
</style>
border-color css
<style>
span { border-color: #D077DB; }
span { border-color: rgb(208,119,219); }
td.TdClassName
{
border-color: #D077DB;
}
.TagClassName
{
border-color: #D077DB;
}
</style>