Shades of Orchid #DD84C7
Tints of Orchid #DD84C7
RGB
CMYK
RGB Variations
Color information
#DD84C7 (or 0xDD84C7) is known color: Orchid. HEX triplet: DD, 84 and C7. RGB value is (221,132,199). Sum of RGB (Red+Green+Blue) = 221+132+199=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84C7 is #227B38. Grayscale: #A6A6A6. Windows color (decimal): -2259769 or 13075677. OLE color: 13075677.
HSL color Cylindrical-coordinate representation of color #DD84C7: hue angle of 314.83º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84C7 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 199 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.13 |
| HSL | 314.83º | 0.57% | 0.69% | - |
| HSV(B) | 314.83º | 0.4% | 0.87% | - |
| XYZ | 48.38 | 36 | 58.43 | - |
| YUV | 166.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 199 | 0 | 0.40 | 0.10 | 0.13 | 314.83 | 0.57 | 0.69 |
| Hex | DD | 84 | C7 | 0 | 28 | A | D | 13B | 39 | 45 |
| Octal | 335 | 204 | 307 | 0 | 50 | 12 | 15 | 473 | 71 | 105 |
| Binary | 11011101 | 10000100 | 11000111 | 0 | 101000 | 1010 | 1101 | 100111011 | 111001 | 1000101 |
Color Harmonies of #DD84C7
Complementary color
Monochromatic Colors of #DD84C7
Black with #DD84C7
Text Example
Text Example
White with #DD84C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84C7; }
p { color: rgb(221,132,199); }
H1.HeaderClassName
{
color: #DD84C7;
}
.AnyTagClassName
{
color: #DD84C7;
}
</style>
background-color css
<style>
a { background-color: #DD84C7; }
a { background-color: rgb(221,132,199); }
div.DivClassName
{
background-color: #DD84C7;
}
.BgClassName
{
background-color: #DD84C7;
}
</style>
border-color css
<style>
span { border-color: #DD84C7; }
span { border-color: rgb(221,132,199); }
td.TdClassName
{
border-color: #DD84C7;
}
.TagClassName
{
border-color: #DD84C7;
}
</style>