Shades of Orchid #DD7CCF
Tints of Orchid #DD7CCF
RGB
CMYK
RGB Variations
Color information
#DD7CCF (or 0xDD7CCF) is known color: Orchid. HEX triplet: DD, 7C and CF. RGB value is (221,124,207). Sum of RGB (Red+Green+Blue) = 221+124+207=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CCF is #228330. Grayscale: #A2A2A2. Windows color (decimal): -2261809 or 13597917. OLE color: 13597917.
HSL color Cylindrical-coordinate representation of color #DD7CCF: hue angle of 308.66º degrees, saturation: 0.59, 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 #DD7CCF is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 207 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.13 |
| HSL | 308.66º | 0.59% | 0.68% | - |
| HSV(B) | 308.66º | 0.44% | 0.87% | - |
| XYZ | 48.29 | 34.29 | 63.11 | - |
| YUV | 162.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 207 | 0 | 0.44 | 0.06 | 0.13 | 308.66 | 0.59 | 0.68 |
| Hex | DD | 7C | CF | 0 | 2C | 6 | D | 135 | 3B | 44 |
| Octal | 335 | 174 | 317 | 0 | 54 | 6 | 15 | 465 | 73 | 104 |
| Binary | 11011101 | 1111100 | 11001111 | 0 | 101100 | 110 | 1101 | 100110101 | 111011 | 1000100 |
Color Harmonies of #DD7CCF
Complementary color
Monochromatic Colors of #DD7CCF
Black with #DD7CCF
Text Example
Text Example
White with #DD7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CCF; }
p { color: rgb(221,124,207); }
H1.HeaderClassName
{
color: #DD7CCF;
}
.AnyTagClassName
{
color: #DD7CCF;
}
</style>
background-color css
<style>
a { background-color: #DD7CCF; }
a { background-color: rgb(221,124,207); }
div.DivClassName
{
background-color: #DD7CCF;
}
.BgClassName
{
background-color: #DD7CCF;
}
</style>
border-color css
<style>
span { border-color: #DD7CCF; }
span { border-color: rgb(221,124,207); }
td.TdClassName
{
border-color: #DD7CCF;
}
.TagClassName
{
border-color: #DD7CCF;
}
</style>