Shades of Orchid #DD71C1
Tints of Orchid #DD71C1
RGB
CMYK
RGB Variations
Color information
#DD71C1 (or 0xDD71C1) is known color: Orchid. HEX triplet: DD, 71 and C1. RGB value is (221,113,193). Sum of RGB (Red+Green+Blue) = 221+113+193=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71C1 is #228E3E. Grayscale: #9A9A9A. Windows color (decimal): -2264639 or 12677597. OLE color: 12677597.
HSL color Cylindrical-coordinate representation of color #DD71C1: hue angle of 315.56º 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 #DD71C1 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 193 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.13 |
| HSL | 315.56º | 0.61% | 0.65% | - |
| HSV(B) | 315.56º | 0.49% | 0.87% | - |
| XYZ | 45.35 | 31.03 | 54.05 | - |
| YUV | 154.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 193 | 0 | 0.49 | 0.13 | 0.13 | 315.56 | 0.61 | 0.65 |
| Hex | DD | 71 | C1 | 0 | 31 | D | D | 13C | 3D | 41 |
| Octal | 335 | 161 | 301 | 0 | 61 | 15 | 15 | 474 | 75 | 101 |
| Binary | 11011101 | 1110001 | 11000001 | 0 | 110001 | 1101 | 1101 | 100111100 | 111101 | 1000001 |
Color Harmonies of #DD71C1
Complementary color
Monochromatic Colors of #DD71C1
Black with #DD71C1
Text Example
Text Example
White with #DD71C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71C1; }
p { color: rgb(221,113,193); }
H1.HeaderClassName
{
color: #DD71C1;
}
.AnyTagClassName
{
color: #DD71C1;
}
</style>
background-color css
<style>
a { background-color: #DD71C1; }
a { background-color: rgb(221,113,193); }
div.DivClassName
{
background-color: #DD71C1;
}
.BgClassName
{
background-color: #DD71C1;
}
</style>
border-color css
<style>
span { border-color: #DD71C1; }
span { border-color: rgb(221,113,193); }
td.TdClassName
{
border-color: #DD71C1;
}
.TagClassName
{
border-color: #DD71C1;
}
</style>