Shades of Orchid #DD7DD7
Tints of Orchid #DD7DD7
RGB
CMYK
RGB Variations
Color information
#DD7DD7 (or 0xDD7DD7) is known color: Orchid. HEX triplet: DD, 7D and D7. RGB value is (221,125,215). Sum of RGB (Red+Green+Blue) = 221+125+215=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DD7 is #228228. Grayscale: #A3A3A3. Windows color (decimal): -2261545 or 14122461. OLE color: 14122461.
HSL color Cylindrical-coordinate representation of color #DD7DD7: hue angle of 303.75º 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 #DD7DD7 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 215 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.13 |
| HSL | 303.75º | 0.59% | 0.68% | - |
| HSV(B) | 303.75º | 0.43% | 0.87% | - |
| XYZ | 49.42 | 34.95 | 68.43 | - |
| YUV | 163.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 215 | 0 | 0.43 | 0.03 | 0.13 | 303.75 | 0.59 | 0.68 |
| Hex | DD | 7D | D7 | 0 | 2B | 3 | D | 130 | 3B | 44 |
| Octal | 335 | 175 | 327 | 0 | 53 | 3 | 15 | 460 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11010111 | 0 | 101011 | 11 | 1101 | 100110000 | 111011 | 1000100 |
Color Harmonies of #DD7DD7
Complementary color
Monochromatic Colors of #DD7DD7
Black with #DD7DD7
Text Example
Text Example
White with #DD7DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DD7; }
p { color: rgb(221,125,215); }
H1.HeaderClassName
{
color: #DD7DD7;
}
.AnyTagClassName
{
color: #DD7DD7;
}
</style>
background-color css
<style>
a { background-color: #DD7DD7; }
a { background-color: rgb(221,125,215); }
div.DivClassName
{
background-color: #DD7DD7;
}
.BgClassName
{
background-color: #DD7DD7;
}
</style>
border-color css
<style>
span { border-color: #DD7DD7; }
span { border-color: rgb(221,125,215); }
td.TdClassName
{
border-color: #DD7DD7;
}
.TagClassName
{
border-color: #DD7DD7;
}
</style>