Shades of Orchid #DD84DD
Tints of Orchid #DD84DD
RGB
CMYK
RGB Variations
Color information
#DD84DD (or 0xDD84DD) is known color: Orchid. HEX triplet: DD, 84 and DD. RGB value is (221,132,221). Sum of RGB (Red+Green+Blue) = 221+132+221=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84DD is #227B22. Grayscale: #A8A8A8. Windows color (decimal): -2259747 or 14517469. OLE color: 14517469.
HSL color Cylindrical-coordinate representation of color #DD84DD: hue angle of 300º 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 #DD84DD is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 221 | - |
| CMYK | 0 | 0.40 | 0 | 0.13 |
| HSL | 300º | 0.57% | 0.69% | - |
| HSV(B) | 300º | 0.4% | 0.87% | - |
| XYZ | 51.12 | 37.1 | 72.87 | - |
| YUV | 168.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 221 | 0 | 0.40 | 0 | 0.13 | 300 | 0.57 | 0.69 |
| Hex | DD | 84 | DD | 0 | 28 | 0 | D | 12C | 39 | 45 |
| Octal | 335 | 204 | 335 | 0 | 50 | 0 | 15 | 454 | 71 | 105 |
| Binary | 11011101 | 10000100 | 11011101 | 0 | 101000 | 0 | 1101 | 100101100 | 111001 | 1000101 |
Color Harmonies of #DD84DD
Complementary color
Monochromatic Colors of #DD84DD
Black with #DD84DD
Text Example
Text Example
White with #DD84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84DD; }
p { color: rgb(221,132,221); }
H1.HeaderClassName
{
color: #DD84DD;
}
.AnyTagClassName
{
color: #DD84DD;
}
</style>
background-color css
<style>
a { background-color: #DD84DD; }
a { background-color: rgb(221,132,221); }
div.DivClassName
{
background-color: #DD84DD;
}
.BgClassName
{
background-color: #DD84DD;
}
</style>
border-color css
<style>
span { border-color: #DD84DD; }
span { border-color: rgb(221,132,221); }
td.TdClassName
{
border-color: #DD84DD;
}
.TagClassName
{
border-color: #DD84DD;
}
</style>