Shades of Orchid #DD7FDD
Tints of Orchid #DD7FDD
RGB
CMYK
RGB Variations
Color information
#DD7FDD (or 0xDD7FDD) is known color: Orchid. HEX triplet: DD, 7F and DD. RGB value is (221,127,221). Sum of RGB (Red+Green+Blue) = 221+127+221=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FDD is #228022. Grayscale: #A5A5A5. Windows color (decimal): -2261027 or 14516189. OLE color: 14516189.
HSL color Cylindrical-coordinate representation of color #DD7FDD: hue angle of 300º 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 #DD7FDD is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 221 | - |
| CMYK | 0 | 0.43 | 0 | 0.13 |
| HSL | 300º | 0.58% | 0.68% | - |
| HSV(B) | 300º | 0.43% | 0.87% | - |
| XYZ | 50.46 | 35.77 | 72.65 | - |
| YUV | 165.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 221 | 0 | 0.43 | 0 | 0.13 | 300 | 0.58 | 0.68 |
| Hex | DD | 7F | DD | 0 | 2B | 0 | D | 12C | 3A | 44 |
| Octal | 335 | 177 | 335 | 0 | 53 | 0 | 15 | 454 | 72 | 104 |
| Binary | 11011101 | 1111111 | 11011101 | 0 | 101011 | 0 | 1101 | 100101100 | 111010 | 1000100 |
Color Harmonies of #DD7FDD
Complementary color
Monochromatic Colors of #DD7FDD
Black with #DD7FDD
Text Example
Text Example
White with #DD7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FDD; }
p { color: rgb(221,127,221); }
H1.HeaderClassName
{
color: #DD7FDD;
}
.AnyTagClassName
{
color: #DD7FDD;
}
</style>
background-color css
<style>
a { background-color: #DD7FDD; }
a { background-color: rgb(221,127,221); }
div.DivClassName
{
background-color: #DD7FDD;
}
.BgClassName
{
background-color: #DD7FDD;
}
</style>
border-color css
<style>
span { border-color: #DD7FDD; }
span { border-color: rgb(221,127,221); }
td.TdClassName
{
border-color: #DD7FDD;
}
.TagClassName
{
border-color: #DD7FDD;
}
</style>