Shades of Orchid #DD7FDE
Tints of Orchid #DD7FDE
RGB
CMYK
RGB Variations
Color information
#DD7FDE (or 0xDD7FDE) is known color: Orchid. HEX triplet: DD, 7F and DE. RGB value is (221,127,222). Sum of RGB (Red+Green+Blue) = 221+127+222=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FDE is #228021. Grayscale: #A5A5A5. Windows color (decimal): -2261026 or 14581725. OLE color: 14581725.
HSL color Cylindrical-coordinate representation of color #DD7FDE: hue angle of 299.37º 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 #DD7FDE is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 222 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.13 |
| HSL | 299.37º | 0.59% | 0.68% | - |
| HSV(B) | 299.37º | 0.43% | 0.87% | - |
| XYZ | 50.59 | 35.82 | 73.36 | - |
| YUV | 165.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 222 | 0.00 | 0.43 | 0 | 0.13 | 299.37 | 0.59 | 0.68 |
| Hex | DD | 7F | DE | 0 | 2B | 0 | D | 12B | 3B | 44 |
| Octal | 335 | 177 | 336 | 0 | 53 | 0 | 15 | 453 | 73 | 104 |
| Binary | 11011101 | 1111111 | 11011110 | 0 | 101011 | 0 | 1101 | 100101011 | 111011 | 1000100 |
Color Harmonies of #DD7FDE
Complementary color
Monochromatic Colors of #DD7FDE
Black with #DD7FDE
Text Example
Text Example
White with #DD7FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FDE; }
p { color: rgb(221,127,222); }
H1.HeaderClassName
{
color: #DD7FDE;
}
.AnyTagClassName
{
color: #DD7FDE;
}
</style>
background-color css
<style>
a { background-color: #DD7FDE; }
a { background-color: rgb(221,127,222); }
div.DivClassName
{
background-color: #DD7FDE;
}
.BgClassName
{
background-color: #DD7FDE;
}
</style>
border-color css
<style>
span { border-color: #DD7FDE; }
span { border-color: rgb(221,127,222); }
td.TdClassName
{
border-color: #DD7FDE;
}
.TagClassName
{
border-color: #DD7FDE;
}
</style>