Shades of Orchid #DD76D7
Tints of Orchid #DD76D7
RGB
CMYK
RGB Variations
Color information
#DD76D7 (or 0xDD76D7) is known color: Orchid. HEX triplet: DD, 76 and D7. RGB value is (221,118,215). Sum of RGB (Red+Green+Blue) = 221+118+215=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76D7 is #228928. Grayscale: #9F9F9F. Windows color (decimal): -2263337 or 14120669. OLE color: 14120669.
HSL color Cylindrical-coordinate representation of color #DD76D7: hue angle of 303.5º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76D7 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 215 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.13 |
| HSL | 303.5º | 0.6% | 0.66% | - |
| HSV(B) | 303.5º | 0.47% | 0.87% | - |
| XYZ | 48.56 | 33.24 | 68.15 | - |
| YUV | 159.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 215 | 0 | 0.47 | 0.03 | 0.13 | 303.5 | 0.6 | 0.66 |
| Hex | DD | 76 | D7 | 0 | 2F | 3 | D | 12F | 3C | 42 |
| Octal | 335 | 166 | 327 | 0 | 57 | 3 | 15 | 457 | 74 | 102 |
| Binary | 11011101 | 1110110 | 11010111 | 0 | 101111 | 11 | 1101 | 100101111 | 111100 | 1000010 |
Color Harmonies of #DD76D7
Complementary color
Monochromatic Colors of #DD76D7
Black with #DD76D7
Text Example
Text Example
White with #DD76D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76D7; }
p { color: rgb(221,118,215); }
H1.HeaderClassName
{
color: #DD76D7;
}
.AnyTagClassName
{
color: #DD76D7;
}
</style>
background-color css
<style>
a { background-color: #DD76D7; }
a { background-color: rgb(221,118,215); }
div.DivClassName
{
background-color: #DD76D7;
}
.BgClassName
{
background-color: #DD76D7;
}
</style>
border-color css
<style>
span { border-color: #DD76D7; }
span { border-color: rgb(221,118,215); }
td.TdClassName
{
border-color: #DD76D7;
}
.TagClassName
{
border-color: #DD76D7;
}
</style>