Shades of Orchid #DD84DE
Tints of Orchid #DD84DE
RGB
CMYK
RGB Variations
Color information
#DD84DE (or 0xDD84DE) is known color: Orchid. HEX triplet: DD, 84 and DE. RGB value is (221,132,222). Sum of RGB (Red+Green+Blue) = 221+132+222=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84DE is #227B21. Grayscale: #A8A8A8. Windows color (decimal): -2259746 or 14583005. OLE color: 14583005.
HSL color Cylindrical-coordinate representation of color #DD84DE: hue angle of 299.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD84DE is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 222 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.13 |
| HSL | 299.33º | 0.58% | 0.69% | - |
| HSV(B) | 299.33º | 0.41% | 0.87% | - |
| XYZ | 51.25 | 37.15 | 73.58 | - |
| YUV | 168.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 222 | 0.00 | 0.41 | 0 | 0.13 | 299.33 | 0.58 | 0.69 |
| Hex | DD | 84 | DE | 0 | 29 | 0 | D | 12B | 3A | 45 |
| Octal | 335 | 204 | 336 | 0 | 51 | 0 | 15 | 453 | 72 | 105 |
| Binary | 11011101 | 10000100 | 11011110 | 0 | 101001 | 0 | 1101 | 100101011 | 111010 | 1000101 |
Color Harmonies of #DD84DE
Complementary color
Monochromatic Colors of #DD84DE
Black with #DD84DE
Text Example
Text Example
White with #DD84DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84DE; }
p { color: rgb(221,132,222); }
H1.HeaderClassName
{
color: #DD84DE;
}
.AnyTagClassName
{
color: #DD84DE;
}
</style>
background-color css
<style>
a { background-color: #DD84DE; }
a { background-color: rgb(221,132,222); }
div.DivClassName
{
background-color: #DD84DE;
}
.BgClassName
{
background-color: #DD84DE;
}
</style>
border-color css
<style>
span { border-color: #DD84DE; }
span { border-color: rgb(221,132,222); }
td.TdClassName
{
border-color: #DD84DE;
}
.TagClassName
{
border-color: #DD84DE;
}
</style>