Shades of Orchid #DD71C3
Tints of Orchid #DD71C3
RGB
CMYK
RGB Variations
Color information
#DD71C3 (or 0xDD71C3) is known color: Orchid. HEX triplet: DD, 71 and C3. RGB value is (221,113,195). Sum of RGB (Red+Green+Blue) = 221+113+195=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71C3 is #228E3C. Grayscale: #9A9A9A. Windows color (decimal): -2264637 or 12808669. OLE color: 12808669.
HSL color Cylindrical-coordinate representation of color #DD71C3: hue angle of 314.44º 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 #DD71C3 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 195 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.13 |
| HSL | 314.44º | 0.61% | 0.65% | - |
| HSV(B) | 314.44º | 0.49% | 0.87% | - |
| XYZ | 45.57 | 31.12 | 55.23 | - |
| YUV | 154.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 195 | 0 | 0.49 | 0.12 | 0.13 | 314.44 | 0.61 | 0.65 |
| Hex | DD | 71 | C3 | 0 | 31 | C | D | 13A | 3D | 41 |
| Octal | 335 | 161 | 303 | 0 | 61 | 14 | 15 | 472 | 75 | 101 |
| Binary | 11011101 | 1110001 | 11000011 | 0 | 110001 | 1100 | 1101 | 100111010 | 111101 | 1000001 |
Color Harmonies of #DD71C3
Complementary color
Monochromatic Colors of #DD71C3
Black with #DD71C3
Text Example
Text Example
White with #DD71C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71C3; }
p { color: rgb(221,113,195); }
H1.HeaderClassName
{
color: #DD71C3;
}
.AnyTagClassName
{
color: #DD71C3;
}
</style>
background-color css
<style>
a { background-color: #DD71C3; }
a { background-color: rgb(221,113,195); }
div.DivClassName
{
background-color: #DD71C3;
}
.BgClassName
{
background-color: #DD71C3;
}
</style>
border-color css
<style>
span { border-color: #DD71C3; }
span { border-color: rgb(221,113,195); }
td.TdClassName
{
border-color: #DD71C3;
}
.TagClassName
{
border-color: #DD71C3;
}
</style>