Shades of Orchid #DC71C7
Tints of Orchid #DC71C7
RGB
CMYK
RGB Variations
Color information
#DC71C7 (or 0xDC71C7) is known color: Orchid. HEX triplet: DC, 71 and C7. RGB value is (220,113,199). Sum of RGB (Red+Green+Blue) = 220+113+199=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71C7 is #238E38. Grayscale: #9A9A9A. Windows color (decimal): -2330169 or 13070812. OLE color: 13070812.
HSL color Cylindrical-coordinate representation of color #DC71C7: hue angle of 311.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC71C7 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 199 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.14 |
| HSL | 311.78º | 0.6% | 0.65% | - |
| HSV(B) | 311.78º | 0.49% | 0.86% | - |
| XYZ | 45.73 | 31.15 | 57.64 | - |
| YUV | 154.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 199 | 0 | 0.49 | 0.10 | 0.14 | 311.78 | 0.6 | 0.65 |
| Hex | DC | 71 | C7 | 0 | 31 | A | E | 138 | 3C | 41 |
| Octal | 334 | 161 | 307 | 0 | 61 | 12 | 16 | 470 | 74 | 101 |
| Binary | 11011100 | 1110001 | 11000111 | 0 | 110001 | 1010 | 1110 | 100111000 | 111100 | 1000001 |
Color Harmonies of #DC71C7
Complementary color
Monochromatic Colors of #DC71C7
Black with #DC71C7
Text Example
Text Example
White with #DC71C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71C7; }
p { color: rgb(220,113,199); }
H1.HeaderClassName
{
color: #DC71C7;
}
.AnyTagClassName
{
color: #DC71C7;
}
</style>
background-color css
<style>
a { background-color: #DC71C7; }
a { background-color: rgb(220,113,199); }
div.DivClassName
{
background-color: #DC71C7;
}
.BgClassName
{
background-color: #DC71C7;
}
</style>
border-color css
<style>
span { border-color: #DC71C7; }
span { border-color: rgb(220,113,199); }
td.TdClassName
{
border-color: #DC71C7;
}
.TagClassName
{
border-color: #DC71C7;
}
</style>