Shades of Orchid #DD6DD0
Tints of Orchid #DD6DD0
RGB
CMYK
RGB Variations
Color information
#DD6DD0 (or 0xDD6DD0) is known color: Orchid. HEX triplet: DD, 6D and D0. RGB value is (221,109,208). Sum of RGB (Red+Green+Blue) = 221+109+208=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DD0 is #22922F. Grayscale: #999999. Windows color (decimal): -2265648 or 13659613. OLE color: 13659613.
HSL color Cylindrical-coordinate representation of color #DD6DD0: hue angle of 306.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DD0 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 208 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.13 |
| HSL | 306.96º | 0.62% | 0.65% | - |
| HSV(B) | 306.96º | 0.51% | 0.87% | - |
| XYZ | 46.67 | 30.86 | 63.17 | - |
| YUV | 153.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 208 | 0 | 0.51 | 0.06 | 0.13 | 306.96 | 0.62 | 0.65 |
| Hex | DD | 6D | D0 | 0 | 33 | 6 | D | 133 | 3E | 41 |
| Octal | 335 | 155 | 320 | 0 | 63 | 6 | 15 | 463 | 76 | 101 |
| Binary | 11011101 | 1101101 | 11010000 | 0 | 110011 | 110 | 1101 | 100110011 | 111110 | 1000001 |
Color Harmonies of #DD6DD0
Complementary color
Monochromatic Colors of #DD6DD0
Black with #DD6DD0
Text Example
Text Example
White with #DD6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DD0; }
p { color: rgb(221,109,208); }
H1.HeaderClassName
{
color: #DD6DD0;
}
.AnyTagClassName
{
color: #DD6DD0;
}
</style>
background-color css
<style>
a { background-color: #DD6DD0; }
a { background-color: rgb(221,109,208); }
div.DivClassName
{
background-color: #DD6DD0;
}
.BgClassName
{
background-color: #DD6DD0;
}
</style>
border-color css
<style>
span { border-color: #DD6DD0; }
span { border-color: rgb(221,109,208); }
td.TdClassName
{
border-color: #DD6DD0;
}
.TagClassName
{
border-color: #DD6DD0;
}
</style>