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