Shades of Orchid #DD77C7
Tints of Orchid #DD77C7
RGB
CMYK
RGB Variations
Color information
#DD77C7 (or 0xDD77C7) is known color: Orchid. HEX triplet: DD, 77 and C7. RGB value is (221,119,199). Sum of RGB (Red+Green+Blue) = 221+119+199=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77C7 is #228838. Grayscale: #9E9E9E. Windows color (decimal): -2263097 or 13072349. OLE color: 13072349.
HSL color Cylindrical-coordinate representation of color #DD77C7: hue angle of 312.94º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD77C7 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 199 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.13 |
| HSL | 312.94º | 0.6% | 0.67% | - |
| HSV(B) | 312.94º | 0.46% | 0.87% | - |
| XYZ | 46.72 | 32.69 | 57.88 | - |
| YUV | 158.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 199 | 0 | 0.46 | 0.10 | 0.13 | 312.94 | 0.6 | 0.67 |
| Hex | DD | 77 | C7 | 0 | 2E | A | D | 139 | 3C | 43 |
| Octal | 335 | 167 | 307 | 0 | 56 | 12 | 15 | 471 | 74 | 103 |
| Binary | 11011101 | 1110111 | 11000111 | 0 | 101110 | 1010 | 1101 | 100111001 | 111100 | 1000011 |
Color Harmonies of #DD77C7
Complementary color
Monochromatic Colors of #DD77C7
Black with #DD77C7
Text Example
Text Example
White with #DD77C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77C7; }
p { color: rgb(221,119,199); }
H1.HeaderClassName
{
color: #DD77C7;
}
.AnyTagClassName
{
color: #DD77C7;
}
</style>
background-color css
<style>
a { background-color: #DD77C7; }
a { background-color: rgb(221,119,199); }
div.DivClassName
{
background-color: #DD77C7;
}
.BgClassName
{
background-color: #DD77C7;
}
</style>
border-color css
<style>
span { border-color: #DD77C7; }
span { border-color: rgb(221,119,199); }
td.TdClassName
{
border-color: #DD77C7;
}
.TagClassName
{
border-color: #DD77C7;
}
</style>