Shades of Orchid #DE7DD7
Tints of Orchid #DE7DD7
RGB
CMYK
RGB Variations
Color information
#DE7DD7 (or 0xDE7DD7) is known color: Orchid. HEX triplet: DE, 7D and D7. RGB value is (222,125,215). Sum of RGB (Red+Green+Blue) = 222+125+215=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DD7 is #218228. Grayscale: #A4A4A4. Windows color (decimal): -2196009 or 14122462. OLE color: 14122462.
HSL color Cylindrical-coordinate representation of color #DE7DD7: hue angle of 304.33º 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 #DE7DD7 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 215 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.13 |
| HSL | 304.33º | 0.6% | 0.68% | - |
| HSV(B) | 304.33º | 0.44% | 0.87% | - |
| XYZ | 49.72 | 35.1 | 68.44 | - |
| YUV | 164.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 215 | 0 | 0.44 | 0.03 | 0.13 | 304.33 | 0.6 | 0.68 |
| Hex | DE | 7D | D7 | 0 | 2C | 3 | D | 130 | 3C | 44 |
| Octal | 336 | 175 | 327 | 0 | 54 | 3 | 15 | 460 | 74 | 104 |
| Binary | 11011110 | 1111101 | 11010111 | 0 | 101100 | 11 | 1101 | 100110000 | 111100 | 1000100 |
Color Harmonies of #DE7DD7
Complementary color
Monochromatic Colors of #DE7DD7
Black with #DE7DD7
Text Example
Text Example
White with #DE7DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DD7; }
p { color: rgb(222,125,215); }
H1.HeaderClassName
{
color: #DE7DD7;
}
.AnyTagClassName
{
color: #DE7DD7;
}
</style>
background-color css
<style>
a { background-color: #DE7DD7; }
a { background-color: rgb(222,125,215); }
div.DivClassName
{
background-color: #DE7DD7;
}
.BgClassName
{
background-color: #DE7DD7;
}
</style>
border-color css
<style>
span { border-color: #DE7DD7; }
span { border-color: rgb(222,125,215); }
td.TdClassName
{
border-color: #DE7DD7;
}
.TagClassName
{
border-color: #DE7DD7;
}
</style>