Shades of Orchid #DD7DC8
Tints of Orchid #DD7DC8
RGB
CMYK
RGB Variations
Color information
#DD7DC8 (or 0xDD7DC8) is known color: Orchid. HEX triplet: DD, 7D and C8. RGB value is (221,125,200). Sum of RGB (Red+Green+Blue) = 221+125+200=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DC8 is #228237. Grayscale: #A2A2A2. Windows color (decimal): -2261560 or 13139421. OLE color: 13139421.
HSL color Cylindrical-coordinate representation of color #DD7DC8: hue angle of 313.12º degrees, saturation: 0.59, 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 #DD7DC8 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 200 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.13 |
| HSL | 313.13º | 0.59% | 0.68% | - |
| HSV(B) | 313.13º | 0.43% | 0.87% | - |
| XYZ | 47.58 | 34.21 | 58.74 | - |
| YUV | 162.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 200 | 0 | 0.43 | 0.10 | 0.13 | 313.13 | 0.59 | 0.68 |
| Hex | DD | 7D | C8 | 0 | 2B | A | D | 139 | 3B | 44 |
| Octal | 335 | 175 | 310 | 0 | 53 | 12 | 15 | 471 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11001000 | 0 | 101011 | 1010 | 1101 | 100111001 | 111011 | 1000100 |
Color Harmonies of #DD7DC8
Complementary color
Monochromatic Colors of #DD7DC8
Black with #DD7DC8
Text Example
Text Example
White with #DD7DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DC8; }
p { color: rgb(221,125,200); }
H1.HeaderClassName
{
color: #DD7DC8;
}
.AnyTagClassName
{
color: #DD7DC8;
}
</style>
background-color css
<style>
a { background-color: #DD7DC8; }
a { background-color: rgb(221,125,200); }
div.DivClassName
{
background-color: #DD7DC8;
}
.BgClassName
{
background-color: #DD7DC8;
}
</style>
border-color css
<style>
span { border-color: #DD7DC8; }
span { border-color: rgb(221,125,200); }
td.TdClassName
{
border-color: #DD7DC8;
}
.TagClassName
{
border-color: #DD7DC8;
}
</style>