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