Shades of Orchid #DD83DA
Tints of Orchid #DD83DA
RGB
CMYK
RGB Variations
Color information
#DD83DA (or 0xDD83DA) is known color: Orchid. HEX triplet: DD, 83 and DA. RGB value is (221,131,218). Sum of RGB (Red+Green+Blue) = 221+131+218=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83DA is #227C25. Grayscale: #A7A7A7. Windows color (decimal): -2260006 or 14320605. OLE color: 14320605.
HSL color Cylindrical-coordinate representation of color #DD83DA: hue angle of 302º degrees, saturation: 0.57, 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 #DD83DA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 218 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.13 |
| HSL | 302º | 0.57% | 0.69% | - |
| HSV(B) | 302º | 0.41% | 0.87% | - |
| XYZ | 50.59 | 36.67 | 70.74 | - |
| YUV | 167.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 218 | 0 | 0.41 | 0.01 | 0.13 | 302 | 0.57 | 0.69 |
| Hex | DD | 83 | DA | 0 | 29 | 1 | D | 12E | 39 | 45 |
| Octal | 335 | 203 | 332 | 0 | 51 | 1 | 15 | 456 | 71 | 105 |
| Binary | 11011101 | 10000011 | 11011010 | 0 | 101001 | 1 | 1101 | 100101110 | 111001 | 1000101 |
Color Harmonies of #DD83DA
Complementary color
Monochromatic Colors of #DD83DA
Black with #DD83DA
Text Example
Text Example
White with #DD83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83DA; }
p { color: rgb(221,131,218); }
H1.HeaderClassName
{
color: #DD83DA;
}
.AnyTagClassName
{
color: #DD83DA;
}
</style>
background-color css
<style>
a { background-color: #DD83DA; }
a { background-color: rgb(221,131,218); }
div.DivClassName
{
background-color: #DD83DA;
}
.BgClassName
{
background-color: #DD83DA;
}
</style>
border-color css
<style>
span { border-color: #DD83DA; }
span { border-color: rgb(221,131,218); }
td.TdClassName
{
border-color: #DD83DA;
}
.TagClassName
{
border-color: #DD83DA;
}
</style>