Shades of Orchid #DE84D1
Tints of Orchid #DE84D1
RGB
CMYK
RGB Variations
Color information
#DE84D1 (or 0xDE84D1) is known color: Orchid. HEX triplet: DE, 84 and D1. RGB value is (222,132,209). Sum of RGB (Red+Green+Blue) = 222+132+209=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84D1 is #217B2E. Grayscale: #A7A7A7. Windows color (decimal): -2194223 or 13731038. OLE color: 13731038.
HSL color Cylindrical-coordinate representation of color #DE84D1: hue angle of 308.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE84D1 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 209 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.13 |
| HSL | 308.67º | 0.58% | 0.69% | - |
| HSV(B) | 308.67º | 0.41% | 0.87% | - |
| XYZ | 49.88 | 36.64 | 64.76 | - |
| YUV | 167.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 209 | 0 | 0.41 | 0.06 | 0.13 | 308.67 | 0.58 | 0.69 |
| Hex | DE | 84 | D1 | 0 | 29 | 6 | D | 135 | 3A | 45 |
| Octal | 336 | 204 | 321 | 0 | 51 | 6 | 15 | 465 | 72 | 105 |
| Binary | 11011110 | 10000100 | 11010001 | 0 | 101001 | 110 | 1101 | 100110101 | 111010 | 1000101 |
Color Harmonies of #DE84D1
Complementary color
Monochromatic Colors of #DE84D1
Black with #DE84D1
Text Example
Text Example
White with #DE84D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE84D1; }
p { color: rgb(222,132,209); }
H1.HeaderClassName
{
color: #DE84D1;
}
.AnyTagClassName
{
color: #DE84D1;
}
</style>
background-color css
<style>
a { background-color: #DE84D1; }
a { background-color: rgb(222,132,209); }
div.DivClassName
{
background-color: #DE84D1;
}
.BgClassName
{
background-color: #DE84D1;
}
</style>
border-color css
<style>
span { border-color: #DE84D1; }
span { border-color: rgb(222,132,209); }
td.TdClassName
{
border-color: #DE84D1;
}
.TagClassName
{
border-color: #DE84D1;
}
</style>