Shades of Orchid #DD7EDE
Tints of Orchid #DD7EDE
RGB
CMYK
RGB Variations
Color information
#DD7EDE (or 0xDD7EDE) is known color: Orchid. HEX triplet: DD, 7E and DE. RGB value is (221,126,222). Sum of RGB (Red+Green+Blue) = 221+126+222=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EDE is #228121. Grayscale: #A5A5A5. Windows color (decimal): -2261282 or 14581469. OLE color: 14581469.
HSL color Cylindrical-coordinate representation of color #DD7EDE: hue angle of 299.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7EDE is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 222 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.13 |
| HSL | 299.38º | 0.59% | 0.68% | - |
| HSV(B) | 299.38º | 0.43% | 0.87% | - |
| XYZ | 50.46 | 35.57 | 73.31 | - |
| YUV | 165.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 222 | 0.00 | 0.43 | 0 | 0.13 | 299.38 | 0.59 | 0.68 |
| Hex | DD | 7E | DE | 0 | 2B | 0 | D | 12B | 3B | 44 |
| Octal | 335 | 176 | 336 | 0 | 53 | 0 | 15 | 453 | 73 | 104 |
| Binary | 11011101 | 1111110 | 11011110 | 0 | 101011 | 0 | 1101 | 100101011 | 111011 | 1000100 |
Color Harmonies of #DD7EDE
Complementary color
Monochromatic Colors of #DD7EDE
Black with #DD7EDE
Text Example
Text Example
White with #DD7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EDE; }
p { color: rgb(221,126,222); }
H1.HeaderClassName
{
color: #DD7EDE;
}
.AnyTagClassName
{
color: #DD7EDE;
}
</style>
background-color css
<style>
a { background-color: #DD7EDE; }
a { background-color: rgb(221,126,222); }
div.DivClassName
{
background-color: #DD7EDE;
}
.BgClassName
{
background-color: #DD7EDE;
}
</style>
border-color css
<style>
span { border-color: #DD7EDE; }
span { border-color: rgb(221,126,222); }
td.TdClassName
{
border-color: #DD7EDE;
}
.TagClassName
{
border-color: #DD7EDE;
}
</style>