Shades of Orchid #DD7DD0
Tints of Orchid #DD7DD0
RGB
CMYK
RGB Variations
Color information
#DD7DD0 (or 0xDD7DD0) is known color: Orchid. HEX triplet: DD, 7D and D0. RGB value is (221,125,208). Sum of RGB (Red+Green+Blue) = 221+125+208=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DD0 is #22822F. Grayscale: #A2A2A2. Windows color (decimal): -2261552 or 13663709. OLE color: 13663709.
HSL color Cylindrical-coordinate representation of color #DD7DD0: hue angle of 308.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DD0 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 208 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.13 |
| HSL | 308.13º | 0.59% | 0.68% | - |
| HSV(B) | 308.13º | 0.43% | 0.87% | - |
| XYZ | 48.54 | 34.59 | 63.79 | - |
| YUV | 163.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 208 | 0 | 0.43 | 0.06 | 0.13 | 308.13 | 0.59 | 0.68 |
| Hex | DD | 7D | D0 | 0 | 2B | 6 | D | 134 | 3B | 44 |
| Octal | 335 | 175 | 320 | 0 | 53 | 6 | 15 | 464 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11010000 | 0 | 101011 | 110 | 1101 | 100110100 | 111011 | 1000100 |
Color Harmonies of #DD7DD0
Complementary color
Monochromatic Colors of #DD7DD0
Black with #DD7DD0
Text Example
Text Example
White with #DD7DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DD0; }
p { color: rgb(221,125,208); }
H1.HeaderClassName
{
color: #DD7DD0;
}
.AnyTagClassName
{
color: #DD7DD0;
}
</style>
background-color css
<style>
a { background-color: #DD7DD0; }
a { background-color: rgb(221,125,208); }
div.DivClassName
{
background-color: #DD7DD0;
}
.BgClassName
{
background-color: #DD7DD0;
}
</style>
border-color css
<style>
span { border-color: #DD7DD0; }
span { border-color: rgb(221,125,208); }
td.TdClassName
{
border-color: #DD7DD0;
}
.TagClassName
{
border-color: #DD7DD0;
}
</style>