Shades of Orchid #DD7FCC
Tints of Orchid #DD7FCC
RGB
CMYK
RGB Variations
Color information
#DD7FCC (or 0xDD7FCC) is known color: Orchid. HEX triplet: DD, 7F and CC. RGB value is (221,127,204). Sum of RGB (Red+Green+Blue) = 221+127+204=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FCC is #228033. Grayscale: #A3A3A3. Windows color (decimal): -2261044 or 13402077. OLE color: 13402077.
HSL color Cylindrical-coordinate representation of color #DD7FCC: hue angle of 310.85º degrees, saturation: 0.58, 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 #DD7FCC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 204 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.13 |
| HSL | 310.85º | 0.58% | 0.68% | - |
| HSV(B) | 310.85º | 0.43% | 0.87% | - |
| XYZ | 48.31 | 34.91 | 61.32 | - |
| YUV | 163.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 204 | 0 | 0.43 | 0.08 | 0.13 | 310.85 | 0.58 | 0.68 |
| Hex | DD | 7F | CC | 0 | 2B | 8 | D | 137 | 3A | 44 |
| Octal | 335 | 177 | 314 | 0 | 53 | 10 | 15 | 467 | 72 | 104 |
| Binary | 11011101 | 1111111 | 11001100 | 0 | 101011 | 1000 | 1101 | 100110111 | 111010 | 1000100 |
Color Harmonies of #DD7FCC
Complementary color
Monochromatic Colors of #DD7FCC
Black with #DD7FCC
Text Example
Text Example
White with #DD7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FCC; }
p { color: rgb(221,127,204); }
H1.HeaderClassName
{
color: #DD7FCC;
}
.AnyTagClassName
{
color: #DD7FCC;
}
</style>
background-color css
<style>
a { background-color: #DD7FCC; }
a { background-color: rgb(221,127,204); }
div.DivClassName
{
background-color: #DD7FCC;
}
.BgClassName
{
background-color: #DD7FCC;
}
</style>
border-color css
<style>
span { border-color: #DD7FCC; }
span { border-color: rgb(221,127,204); }
td.TdClassName
{
border-color: #DD7FCC;
}
.TagClassName
{
border-color: #DD7FCC;
}
</style>