Shades of Orchid #DD7FD1
Tints of Orchid #DD7FD1
RGB
CMYK
RGB Variations
Color information
#DD7FD1 (or 0xDD7FD1) is known color: Orchid. HEX triplet: DD, 7F and D1. RGB value is (221,127,209). Sum of RGB (Red+Green+Blue) = 221+127+209=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FD1 is #22802E. Grayscale: #A4A4A4. Windows color (decimal): -2261039 or 13729757. OLE color: 13729757.
HSL color Cylindrical-coordinate representation of color #DD7FD1: hue angle of 307.66º degrees, saturation: 0.58, 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 #DD7FD1 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 209 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.13 |
| HSL | 307.66º | 0.58% | 0.68% | - |
| HSV(B) | 307.66º | 0.43% | 0.87% | - |
| XYZ | 48.92 | 35.15 | 64.53 | - |
| YUV | 164.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 209 | 0 | 0.43 | 0.05 | 0.13 | 307.66 | 0.58 | 0.68 |
| Hex | DD | 7F | D1 | 0 | 2B | 5 | D | 134 | 3A | 44 |
| Octal | 335 | 177 | 321 | 0 | 53 | 5 | 15 | 464 | 72 | 104 |
| Binary | 11011101 | 1111111 | 11010001 | 0 | 101011 | 101 | 1101 | 100110100 | 111010 | 1000100 |
Color Harmonies of #DD7FD1
Complementary color
Monochromatic Colors of #DD7FD1
Black with #DD7FD1
Text Example
Text Example
White with #DD7FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FD1; }
p { color: rgb(221,127,209); }
H1.HeaderClassName
{
color: #DD7FD1;
}
.AnyTagClassName
{
color: #DD7FD1;
}
</style>
background-color css
<style>
a { background-color: #DD7FD1; }
a { background-color: rgb(221,127,209); }
div.DivClassName
{
background-color: #DD7FD1;
}
.BgClassName
{
background-color: #DD7FD1;
}
</style>
border-color css
<style>
span { border-color: #DD7FD1; }
span { border-color: rgb(221,127,209); }
td.TdClassName
{
border-color: #DD7FD1;
}
.TagClassName
{
border-color: #DD7FD1;
}
</style>