Shades of Orchid #DD8AD0
Tints of Orchid #DD8AD0
RGB
CMYK
RGB Variations
Color information
#DD8AD0 (or 0xDD8AD0) is known color: Orchid. HEX triplet: DD, 8A and D0. RGB value is (221,138,208). Sum of RGB (Red+Green+Blue) = 221+138+208=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8AD0 is #22752F. Grayscale: #AAAAAA. Windows color (decimal): -2258224 or 13667037. OLE color: 13667037.
HSL color Cylindrical-coordinate representation of color #DD8AD0: hue angle of 309.4º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8AD0 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 208 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.13 |
| HSL | 309.4º | 0.55% | 0.7% | - |
| HSV(B) | 309.4º | 0.38% | 0.87% | - |
| XYZ | 50.29 | 38.1 | 64.38 | - |
| YUV | 170.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 208 | 0 | 0.38 | 0.06 | 0.13 | 309.4 | 0.55 | 0.7 |
| Hex | DD | 8A | D0 | 0 | 26 | 6 | D | 135 | 37 | 46 |
| Octal | 335 | 212 | 320 | 0 | 46 | 6 | 15 | 465 | 67 | 106 |
| Binary | 11011101 | 10001010 | 11010000 | 0 | 100110 | 110 | 1101 | 100110101 | 110111 | 1000110 |
Color Harmonies of #DD8AD0
Complementary color
Monochromatic Colors of #DD8AD0
Black with #DD8AD0
Text Example
Text Example
White with #DD8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AD0; }
p { color: rgb(221,138,208); }
H1.HeaderClassName
{
color: #DD8AD0;
}
.AnyTagClassName
{
color: #DD8AD0;
}
</style>
background-color css
<style>
a { background-color: #DD8AD0; }
a { background-color: rgb(221,138,208); }
div.DivClassName
{
background-color: #DD8AD0;
}
.BgClassName
{
background-color: #DD8AD0;
}
</style>
border-color css
<style>
span { border-color: #DD8AD0; }
span { border-color: rgb(221,138,208); }
td.TdClassName
{
border-color: #DD8AD0;
}
.TagClassName
{
border-color: #DD8AD0;
}
</style>