Shades of Orchid #DD77CC
Tints of Orchid #DD77CC
RGB
CMYK
RGB Variations
Color information
#DD77CC (or 0xDD77CC) is known color: Orchid. HEX triplet: DD, 77 and CC. RGB value is (221,119,204). Sum of RGB (Red+Green+Blue) = 221+119+204=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77CC is #228833. Grayscale: #9E9E9E. Windows color (decimal): -2263092 or 13400029. OLE color: 13400029.
HSL color Cylindrical-coordinate representation of color #DD77CC: hue angle of 310º 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 #DD77CC is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 204 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.13 |
| HSL | 310º | 0.6% | 0.67% | - |
| HSV(B) | 310º | 0.46% | 0.87% | - |
| XYZ | 47.31 | 32.93 | 60.99 | - |
| YUV | 159.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 204 | 0 | 0.46 | 0.08 | 0.13 | 310 | 0.6 | 0.67 |
| Hex | DD | 77 | CC | 0 | 2E | 8 | D | 136 | 3C | 43 |
| Octal | 335 | 167 | 314 | 0 | 56 | 10 | 15 | 466 | 74 | 103 |
| Binary | 11011101 | 1110111 | 11001100 | 0 | 101110 | 1000 | 1101 | 100110110 | 111100 | 1000011 |
Color Harmonies of #DD77CC
Complementary color
Monochromatic Colors of #DD77CC
Black with #DD77CC
Text Example
Text Example
White with #DD77CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77CC; }
p { color: rgb(221,119,204); }
H1.HeaderClassName
{
color: #DD77CC;
}
.AnyTagClassName
{
color: #DD77CC;
}
</style>
background-color css
<style>
a { background-color: #DD77CC; }
a { background-color: rgb(221,119,204); }
div.DivClassName
{
background-color: #DD77CC;
}
.BgClassName
{
background-color: #DD77CC;
}
</style>
border-color css
<style>
span { border-color: #DD77CC; }
span { border-color: rgb(221,119,204); }
td.TdClassName
{
border-color: #DD77CC;
}
.TagClassName
{
border-color: #DD77CC;
}
</style>