Shades of Orchid #DD7FDC
Tints of Orchid #DD7FDC
RGB
CMYK
RGB Variations
Color information
#DD7FDC (or 0xDD7FDC) is known color: Orchid. HEX triplet: DD, 7F and DC. RGB value is (221,127,220). Sum of RGB (Red+Green+Blue) = 221+127+220=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FDC is #228023. Grayscale: #A5A5A5. Windows color (decimal): -2261028 or 14450653. OLE color: 14450653.
HSL color Cylindrical-coordinate representation of color #DD7FDC: hue angle of 300.64º degrees, saturation: 0.58, 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 #DD7FDC is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 220 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.13 |
| HSL | 300.64º | 0.58% | 0.68% | - |
| HSV(B) | 300.64º | 0.43% | 0.87% | - |
| XYZ | 50.33 | 35.72 | 71.95 | - |
| YUV | 165.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 220 | 0 | 0.43 | 0.00 | 0.13 | 300.64 | 0.58 | 0.68 |
| Hex | DD | 7F | DC | 0 | 2B | 0 | D | 12D | 3A | 44 |
| Octal | 335 | 177 | 334 | 0 | 53 | 0 | 15 | 455 | 72 | 104 |
| Binary | 11011101 | 1111111 | 11011100 | 0 | 101011 | 0 | 1101 | 100101101 | 111010 | 1000100 |
Color Harmonies of #DD7FDC
Complementary color
Monochromatic Colors of #DD7FDC
Black with #DD7FDC
Text Example
Text Example
White with #DD7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FDC; }
p { color: rgb(221,127,220); }
H1.HeaderClassName
{
color: #DD7FDC;
}
.AnyTagClassName
{
color: #DD7FDC;
}
</style>
background-color css
<style>
a { background-color: #DD7FDC; }
a { background-color: rgb(221,127,220); }
div.DivClassName
{
background-color: #DD7FDC;
}
.BgClassName
{
background-color: #DD7FDC;
}
</style>
border-color css
<style>
span { border-color: #DD7FDC; }
span { border-color: rgb(221,127,220); }
td.TdClassName
{
border-color: #DD7FDC;
}
.TagClassName
{
border-color: #DD7FDC;
}
</style>