Shades of Orchid #DD71C6
Tints of Orchid #DD71C6
RGB
CMYK
RGB Variations
Color information
#DD71C6 (or 0xDD71C6) is known color: Orchid. HEX triplet: DD, 71 and C6. RGB value is (221,113,198). Sum of RGB (Red+Green+Blue) = 221+113+198=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71C6 is #228E39. Grayscale: #9A9A9A. Windows color (decimal): -2264634 or 13005277. OLE color: 13005277.
HSL color Cylindrical-coordinate representation of color #DD71C6: hue angle of 312.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71C6 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 198 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.13 |
| HSL | 312.78º | 0.61% | 0.65% | - |
| HSV(B) | 312.78º | 0.49% | 0.87% | - |
| XYZ | 45.92 | 31.26 | 57.04 | - |
| YUV | 154.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 198 | 0 | 0.49 | 0.10 | 0.13 | 312.78 | 0.61 | 0.65 |
| Hex | DD | 71 | C6 | 0 | 31 | A | D | 139 | 3D | 41 |
| Octal | 335 | 161 | 306 | 0 | 61 | 12 | 15 | 471 | 75 | 101 |
| Binary | 11011101 | 1110001 | 11000110 | 0 | 110001 | 1010 | 1101 | 100111001 | 111101 | 1000001 |
Color Harmonies of #DD71C6
Complementary color
Monochromatic Colors of #DD71C6
Black with #DD71C6
Text Example
Text Example
White with #DD71C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71C6; }
p { color: rgb(221,113,198); }
H1.HeaderClassName
{
color: #DD71C6;
}
.AnyTagClassName
{
color: #DD71C6;
}
</style>
background-color css
<style>
a { background-color: #DD71C6; }
a { background-color: rgb(221,113,198); }
div.DivClassName
{
background-color: #DD71C6;
}
.BgClassName
{
background-color: #DD71C6;
}
</style>
border-color css
<style>
span { border-color: #DD71C6; }
span { border-color: rgb(221,113,198); }
td.TdClassName
{
border-color: #DD71C6;
}
.TagClassName
{
border-color: #DD71C6;
}
</style>