Shades of Orchid #DE7DD1
Tints of Orchid #DE7DD1
RGB
CMYK
RGB Variations
Color information
#DE7DD1 (or 0xDE7DD1) is known color: Orchid. HEX triplet: DE, 7D and D1. RGB value is (222,125,209). Sum of RGB (Red+Green+Blue) = 222+125+209=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DD1 is #21822E. Grayscale: #A3A3A3. Windows color (decimal): -2196015 or 13729246. OLE color: 13729246.
HSL color Cylindrical-coordinate representation of color #DE7DD1: hue angle of 308.04º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7DD1 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 209 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.13 |
| HSL | 308.04º | 0.6% | 0.68% | - |
| HSV(B) | 308.04º | 0.44% | 0.87% | - |
| XYZ | 48.97 | 34.8 | 64.46 | - |
| YUV | 163.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 209 | 0 | 0.44 | 0.06 | 0.13 | 308.04 | 0.6 | 0.68 |
| Hex | DE | 7D | D1 | 0 | 2C | 6 | D | 134 | 3C | 44 |
| Octal | 336 | 175 | 321 | 0 | 54 | 6 | 15 | 464 | 74 | 104 |
| Binary | 11011110 | 1111101 | 11010001 | 0 | 101100 | 110 | 1101 | 100110100 | 111100 | 1000100 |
Color Harmonies of #DE7DD1
Complementary color
Monochromatic Colors of #DE7DD1
Black with #DE7DD1
Text Example
Text Example
White with #DE7DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DD1; }
p { color: rgb(222,125,209); }
H1.HeaderClassName
{
color: #DE7DD1;
}
.AnyTagClassName
{
color: #DE7DD1;
}
</style>
background-color css
<style>
a { background-color: #DE7DD1; }
a { background-color: rgb(222,125,209); }
div.DivClassName
{
background-color: #DE7DD1;
}
.BgClassName
{
background-color: #DE7DD1;
}
</style>
border-color css
<style>
span { border-color: #DE7DD1; }
span { border-color: rgb(222,125,209); }
td.TdClassName
{
border-color: #DE7DD1;
}
.TagClassName
{
border-color: #DE7DD1;
}
</style>