Shades of Orchid #DD7CDC
Tints of Orchid #DD7CDC
RGB
CMYK
RGB Variations
Color information
#DD7CDC (or 0xDD7CDC) is known color: Orchid. HEX triplet: DD, 7C and DC. RGB value is (221,124,220). Sum of RGB (Red+Green+Blue) = 221+124+220=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CDC is #228323. Grayscale: #A3A3A3. Windows color (decimal): -2261796 or 14449885. OLE color: 14449885.
HSL color Cylindrical-coordinate representation of color #DD7CDC: hue angle of 300.62º 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 #DD7CDC is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 220 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.13 |
| HSL | 300.62º | 0.59% | 0.68% | - |
| HSV(B) | 300.62º | 0.44% | 0.87% | - |
| XYZ | 49.94 | 34.95 | 71.82 | - |
| YUV | 163.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 220 | 0 | 0.44 | 0.00 | 0.13 | 300.62 | 0.59 | 0.68 |
| Hex | DD | 7C | DC | 0 | 2C | 0 | D | 12D | 3B | 44 |
| Octal | 335 | 174 | 334 | 0 | 54 | 0 | 15 | 455 | 73 | 104 |
| Binary | 11011101 | 1111100 | 11011100 | 0 | 101100 | 0 | 1101 | 100101101 | 111011 | 1000100 |
Color Harmonies of #DD7CDC
Complementary color
Monochromatic Colors of #DD7CDC
Black with #DD7CDC
Text Example
Text Example
White with #DD7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CDC; }
p { color: rgb(221,124,220); }
H1.HeaderClassName
{
color: #DD7CDC;
}
.AnyTagClassName
{
color: #DD7CDC;
}
</style>
background-color css
<style>
a { background-color: #DD7CDC; }
a { background-color: rgb(221,124,220); }
div.DivClassName
{
background-color: #DD7CDC;
}
.BgClassName
{
background-color: #DD7CDC;
}
</style>
border-color css
<style>
span { border-color: #DD7CDC; }
span { border-color: rgb(221,124,220); }
td.TdClassName
{
border-color: #DD7CDC;
}
.TagClassName
{
border-color: #DD7CDC;
}
</style>