Shades of Orchid #DD7BDC
Tints of Orchid #DD7BDC
RGB
CMYK
RGB Variations
Color information
#DD7BDC (or 0xDD7BDC) is known color: Orchid. HEX triplet: DD, 7B and DC. RGB value is (221,123,220). Sum of RGB (Red+Green+Blue) = 221+123+220=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BDC is #228423. Grayscale: #A3A3A3. Windows color (decimal): -2262052 or 14449629. OLE color: 14449629.
HSL color Cylindrical-coordinate representation of color #DD7BDC: 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.44%. Process color model (Four color, CMYK) of #DD7BDC is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 220 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.13 |
| HSL | 300.61º | 0.59% | 0.67% | - |
| HSV(B) | 300.61º | 0.44% | 0.87% | - |
| XYZ | 49.82 | 34.71 | 71.78 | - |
| YUV | 163.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 220 | 0 | 0.44 | 0.00 | 0.13 | 300.61 | 0.59 | 0.67 |
| Hex | DD | 7B | DC | 0 | 2C | 0 | D | 12D | 3B | 43 |
| Octal | 335 | 173 | 334 | 0 | 54 | 0 | 15 | 455 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11011100 | 0 | 101100 | 0 | 1101 | 100101101 | 111011 | 1000011 |
Color Harmonies of #DD7BDC
Complementary color
Monochromatic Colors of #DD7BDC
Black with #DD7BDC
Text Example
Text Example
White with #DD7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BDC; }
p { color: rgb(221,123,220); }
H1.HeaderClassName
{
color: #DD7BDC;
}
.AnyTagClassName
{
color: #DD7BDC;
}
</style>
background-color css
<style>
a { background-color: #DD7BDC; }
a { background-color: rgb(221,123,220); }
div.DivClassName
{
background-color: #DD7BDC;
}
.BgClassName
{
background-color: #DD7BDC;
}
</style>
border-color css
<style>
span { border-color: #DD7BDC; }
span { border-color: rgb(221,123,220); }
td.TdClassName
{
border-color: #DD7BDC;
}
.TagClassName
{
border-color: #DD7BDC;
}
</style>