Shades of Orchid #DD7CDA
Tints of Orchid #DD7CDA
RGB
CMYK
RGB Variations
Color information
#DD7CDA (or 0xDD7CDA) is known color: Orchid. HEX triplet: DD, 7C and DA. RGB value is (221,124,218). Sum of RGB (Red+Green+Blue) = 221+124+218=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CDA is #228325. Grayscale: #A3A3A3. Windows color (decimal): -2261798 or 14318813. OLE color: 14318813.
HSL color Cylindrical-coordinate representation of color #DD7CDA: hue angle of 301.86º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CDA is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 218 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.13 |
| HSL | 301.86º | 0.59% | 0.68% | - |
| HSV(B) | 301.86º | 0.44% | 0.87% | - |
| XYZ | 49.68 | 34.85 | 70.44 | - |
| YUV | 163.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 218 | 0 | 0.44 | 0.01 | 0.13 | 301.86 | 0.59 | 0.68 |
| Hex | DD | 7C | DA | 0 | 2C | 1 | D | 12E | 3B | 44 |
| Octal | 335 | 174 | 332 | 0 | 54 | 1 | 15 | 456 | 73 | 104 |
| Binary | 11011101 | 1111100 | 11011010 | 0 | 101100 | 1 | 1101 | 100101110 | 111011 | 1000100 |
Color Harmonies of #DD7CDA
Complementary color
Monochromatic Colors of #DD7CDA
Black with #DD7CDA
Text Example
Text Example
White with #DD7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CDA; }
p { color: rgb(221,124,218); }
H1.HeaderClassName
{
color: #DD7CDA;
}
.AnyTagClassName
{
color: #DD7CDA;
}
</style>
background-color css
<style>
a { background-color: #DD7CDA; }
a { background-color: rgb(221,124,218); }
div.DivClassName
{
background-color: #DD7CDA;
}
.BgClassName
{
background-color: #DD7CDA;
}
</style>
border-color css
<style>
span { border-color: #DD7CDA; }
span { border-color: rgb(221,124,218); }
td.TdClassName
{
border-color: #DD7CDA;
}
.TagClassName
{
border-color: #DD7CDA;
}
</style>