Shades of Orchid #DD7ADC
Tints of Orchid #DD7ADC
RGB
CMYK
RGB Variations
Color information
#DD7ADC (or 0xDD7ADC) is known color: Orchid. HEX triplet: DD, 7A and DC. RGB value is (221,122,220). Sum of RGB (Red+Green+Blue) = 221+122+220=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ADC is #228523. Grayscale: #A2A2A2. Windows color (decimal): -2262308 or 14449373. OLE color: 14449373.
HSL color Cylindrical-coordinate representation of color #DD7ADC: hue angle of 300.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7ADC is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 220 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.13 |
| HSL | 300.61º | 0.59% | 0.67% | - |
| HSV(B) | 300.61º | 0.45% | 0.87% | - |
| XYZ | 49.7 | 34.46 | 71.74 | - |
| YUV | 162.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 220 | 0 | 0.45 | 0.00 | 0.13 | 300.61 | 0.59 | 0.67 |
| Hex | DD | 7A | DC | 0 | 2D | 0 | D | 12D | 3B | 43 |
| Octal | 335 | 172 | 334 | 0 | 55 | 0 | 15 | 455 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11011100 | 0 | 101101 | 0 | 1101 | 100101101 | 111011 | 1000011 |
Color Harmonies of #DD7ADC
Complementary color
Monochromatic Colors of #DD7ADC
Black with #DD7ADC
Text Example
Text Example
White with #DD7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ADC; }
p { color: rgb(221,122,220); }
H1.HeaderClassName
{
color: #DD7ADC;
}
.AnyTagClassName
{
color: #DD7ADC;
}
</style>
background-color css
<style>
a { background-color: #DD7ADC; }
a { background-color: rgb(221,122,220); }
div.DivClassName
{
background-color: #DD7ADC;
}
.BgClassName
{
background-color: #DD7ADC;
}
</style>
border-color css
<style>
span { border-color: #DD7ADC; }
span { border-color: rgb(221,122,220); }
td.TdClassName
{
border-color: #DD7ADC;
}
.TagClassName
{
border-color: #DD7ADC;
}
</style>