Shades of Orchid #DE7DDD
Tints of Orchid #DE7DDD
RGB
CMYK
RGB Variations
Color information
#DE7DDD (or 0xDE7DDD) is known color: Orchid. HEX triplet: DE, 7D and DD. RGB value is (222,125,221). Sum of RGB (Red+Green+Blue) = 222+125+221=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DDD is #218222. Grayscale: #A4A4A4. Windows color (decimal): -2196003 or 14515678. OLE color: 14515678.
HSL color Cylindrical-coordinate representation of color #DE7DDD: hue angle of 300.62º 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 #DE7DDD is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 221 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.13 |
| HSL | 300.62º | 0.6% | 0.68% | - |
| HSV(B) | 300.62º | 0.44% | 0.87% | - |
| XYZ | 50.51 | 35.42 | 72.58 | - |
| YUV | 164.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 221 | 0 | 0.44 | 0.00 | 0.13 | 300.62 | 0.6 | 0.68 |
| Hex | DE | 7D | DD | 0 | 2C | 0 | D | 12D | 3C | 44 |
| Octal | 336 | 175 | 335 | 0 | 54 | 0 | 15 | 455 | 74 | 104 |
| Binary | 11011110 | 1111101 | 11011101 | 0 | 101100 | 0 | 1101 | 100101101 | 111100 | 1000100 |
Color Harmonies of #DE7DDD
Complementary color
Monochromatic Colors of #DE7DDD
Black with #DE7DDD
Text Example
Text Example
White with #DE7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DDD; }
p { color: rgb(222,125,221); }
H1.HeaderClassName
{
color: #DE7DDD;
}
.AnyTagClassName
{
color: #DE7DDD;
}
</style>
background-color css
<style>
a { background-color: #DE7DDD; }
a { background-color: rgb(222,125,221); }
div.DivClassName
{
background-color: #DE7DDD;
}
.BgClassName
{
background-color: #DE7DDD;
}
</style>
border-color css
<style>
span { border-color: #DE7DDD; }
span { border-color: rgb(222,125,221); }
td.TdClassName
{
border-color: #DE7DDD;
}
.TagClassName
{
border-color: #DE7DDD;
}
</style>