Shades of Orchid #DD7FDF
Tints of Orchid #DD7FDF
RGB
CMYK
RGB Variations
Color information
#DD7FDF (or 0xDD7FDF) is known color: Orchid. HEX triplet: DD, 7F and DF. RGB value is (221,127,223). Sum of RGB (Red+Green+Blue) = 221+127+223=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FDF is #228020. Grayscale: #A5A5A5. Windows color (decimal): -2261025 or 14647261. OLE color: 14647261.
HSL color Cylindrical-coordinate representation of color #DD7FDF: hue angle of 298.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7FDF is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 223 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.13 |
| HSL | 298.75º | 0.6% | 0.69% | - |
| HSV(B) | 298.75º | 0.43% | 0.87% | - |
| XYZ | 50.73 | 35.88 | 74.06 | - |
| YUV | 166.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 223 | 0.01 | 0.43 | 0 | 0.13 | 298.75 | 0.6 | 0.69 |
| Hex | DD | 7F | DF | 1 | 2B | 0 | D | 12B | 3C | 45 |
| Octal | 335 | 177 | 337 | 1 | 53 | 0 | 15 | 453 | 74 | 105 |
| Binary | 11011101 | 1111111 | 11011111 | 1 | 101011 | 0 | 1101 | 100101011 | 111100 | 1000101 |
Color Harmonies of #DD7FDF
Complementary color
Monochromatic Colors of #DD7FDF
Black with #DD7FDF
Text Example
Text Example
White with #DD7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FDF; }
p { color: rgb(221,127,223); }
H1.HeaderClassName
{
color: #DD7FDF;
}
.AnyTagClassName
{
color: #DD7FDF;
}
</style>
background-color css
<style>
a { background-color: #DD7FDF; }
a { background-color: rgb(221,127,223); }
div.DivClassName
{
background-color: #DD7FDF;
}
.BgClassName
{
background-color: #DD7FDF;
}
</style>
border-color css
<style>
span { border-color: #DD7FDF; }
span { border-color: rgb(221,127,223); }
td.TdClassName
{
border-color: #DD7FDF;
}
.TagClassName
{
border-color: #DD7FDF;
}
</style>