Shades of Orchid #DB77DE
Tints of Orchid #DB77DE
RGB
CMYK
RGB Variations
Color information
#DB77DE (or 0xDB77DE) is known color: Orchid. HEX triplet: DB, 77 and DE. RGB value is (219,119,222). Sum of RGB (Red+Green+Blue) = 219+119+222=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77DE is #248821. Grayscale: #A0A0A0. Windows color (decimal): -2394146 or 14579675. OLE color: 14579675.
HSL color Cylindrical-coordinate representation of color #DB77DE: hue angle of 298.25º degrees, saturation: 0.61, 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 #DB77DE is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 119 | 222 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.13 |
| HSL | 298.25º | 0.61% | 0.67% | - |
| HSV(B) | 298.25º | 0.46% | 0.87% | - |
| XYZ | 49 | 33.53 | 73 | - |
| YUV | 160.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 222 | 0.01 | 0.46 | 0 | 0.13 | 298.25 | 0.61 | 0.67 |
| Hex | DB | 77 | DE | 1 | 2E | 0 | D | 12A | 3D | 43 |
| Octal | 333 | 167 | 336 | 1 | 56 | 0 | 15 | 452 | 75 | 103 |
| Binary | 11011011 | 1110111 | 11011110 | 1 | 101110 | 0 | 1101 | 100101010 | 111101 | 1000011 |
Color Harmonies of #DB77DE
Complementary color
Monochromatic Colors of #DB77DE
Black with #DB77DE
Text Example
Text Example
White with #DB77DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77DE; }
p { color: rgb(219,119,222); }
H1.HeaderClassName
{
color: #DB77DE;
}
.AnyTagClassName
{
color: #DB77DE;
}
</style>
background-color css
<style>
a { background-color: #DB77DE; }
a { background-color: rgb(219,119,222); }
div.DivClassName
{
background-color: #DB77DE;
}
.BgClassName
{
background-color: #DB77DE;
}
</style>
border-color css
<style>
span { border-color: #DB77DE; }
span { border-color: rgb(219,119,222); }
td.TdClassName
{
border-color: #DB77DE;
}
.TagClassName
{
border-color: #DB77DE;
}
</style>