Shades of Orchid #DB77DD
Tints of Orchid #DB77DD
RGB
CMYK
RGB Variations
Color information
#DB77DD (or 0xDB77DD) is known color: Orchid. HEX triplet: DB, 77 and DD. RGB value is (219,119,221). Sum of RGB (Red+Green+Blue) = 219+119+221=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77DD is #248822. Grayscale: #A0A0A0. Windows color (decimal): -2394147 or 14514139. OLE color: 14514139.
HSL color Cylindrical-coordinate representation of color #DB77DD: hue angle of 298.82º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB77DD is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 119 | 221 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.13 |
| HSL | 298.82º | 0.6% | 0.67% | - |
| HSV(B) | 298.82º | 0.46% | 0.87% | - |
| XYZ | 48.86 | 33.47 | 72.29 | - |
| YUV | 160.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 221 | 0.01 | 0.46 | 0 | 0.13 | 298.82 | 0.6 | 0.67 |
| Hex | DB | 77 | DD | 1 | 2E | 0 | D | 12B | 3C | 43 |
| Octal | 333 | 167 | 335 | 1 | 56 | 0 | 15 | 453 | 74 | 103 |
| Binary | 11011011 | 1110111 | 11011101 | 1 | 101110 | 0 | 1101 | 100101011 | 111100 | 1000011 |
Color Harmonies of #DB77DD
Complementary color
Monochromatic Colors of #DB77DD
Black with #DB77DD
Text Example
Text Example
White with #DB77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77DD; }
p { color: rgb(219,119,221); }
H1.HeaderClassName
{
color: #DB77DD;
}
.AnyTagClassName
{
color: #DB77DD;
}
</style>
background-color css
<style>
a { background-color: #DB77DD; }
a { background-color: rgb(219,119,221); }
div.DivClassName
{
background-color: #DB77DD;
}
.BgClassName
{
background-color: #DB77DD;
}
</style>
border-color css
<style>
span { border-color: #DB77DD; }
span { border-color: rgb(219,119,221); }
td.TdClassName
{
border-color: #DB77DD;
}
.TagClassName
{
border-color: #DB77DD;
}
</style>