Shades of Orchid #DD71DC
Tints of Orchid #DD71DC
RGB
CMYK
RGB Variations
Color information
#DD71DC (or 0xDD71DC) is known color: Orchid. HEX triplet: DD, 71 and DC. RGB value is (221,113,220). Sum of RGB (Red+Green+Blue) = 221+113+220=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71DC is #228E23. Grayscale: #9D9D9D. Windows color (decimal): -2264612 or 14447069. OLE color: 14447069.
HSL color Cylindrical-coordinate representation of color #DD71DC: hue angle of 300.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 #DD71DC is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 220 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.13 |
| HSL | 300.56º | 0.61% | 0.65% | - |
| HSV(B) | 300.56º | 0.49% | 0.87% | - |
| XYZ | 48.64 | 32.35 | 71.39 | - |
| YUV | 157.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 220 | 0 | 0.49 | 0.00 | 0.13 | 300.56 | 0.61 | 0.65 |
| Hex | DD | 71 | DC | 0 | 31 | 0 | D | 12D | 3D | 41 |
| Octal | 335 | 161 | 334 | 0 | 61 | 0 | 15 | 455 | 75 | 101 |
| Binary | 11011101 | 1110001 | 11011100 | 0 | 110001 | 0 | 1101 | 100101101 | 111101 | 1000001 |
Color Harmonies of #DD71DC
Complementary color
Monochromatic Colors of #DD71DC
Black with #DD71DC
Text Example
Text Example
White with #DD71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71DC; }
p { color: rgb(221,113,220); }
H1.HeaderClassName
{
color: #DD71DC;
}
.AnyTagClassName
{
color: #DD71DC;
}
</style>
background-color css
<style>
a { background-color: #DD71DC; }
a { background-color: rgb(221,113,220); }
div.DivClassName
{
background-color: #DD71DC;
}
.BgClassName
{
background-color: #DD71DC;
}
</style>
border-color css
<style>
span { border-color: #DD71DC; }
span { border-color: rgb(221,113,220); }
td.TdClassName
{
border-color: #DD71DC;
}
.TagClassName
{
border-color: #DD71DC;
}
</style>